Skip to content

Commit

Permalink
Fiddling with pandas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 7, 2023
1 parent 86c9eaa commit 1663f57
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
flake8==6.1.0
ipyparallel

# previously removed because it seems to want to build with now-removed distutils
# ... but as python 3.12 has progressed, maybe we can bring it back?
pandas

pytest>=7.4.0,<8
pytest-cov
pytest-random-order
Expand All @@ -31,4 +27,4 @@ wheel
# parsl/tests/test_regression/test_1653.py
# This has previously been imported transitively via pandas
# but should be explicit about it.
numpy>=1.24
# numpy>=1.24

0 comments on commit 1663f57

Please sign in to comment.