From 1663f579414cb702ae4e0605b3cccad4cb467082 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Tue, 7 Nov 2023 17:22:58 +0000 Subject: [PATCH] Fiddling with pandas dependency --- test-requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index a475392a87..97e4e54ccc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 @@ -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