diff options
author | 2024-10-03 19:29:59 +0100 | |
---|---|---|
committer | 2024-10-03 19:29:59 +0100 | |
commit | 4d05016d19faec5c6c2ad3219ee74dab57ea2ca8 (patch) | |
tree | 78a4742187760d2e6643d68bc158d057f6b26ac4 | |
parent | Remove obsolete version specifier in docker compose file (diff) |
Update version specifier tags in eval-deps
This ensures only packages that have wheels for 3.13 are installed into the 3.13 eval container
-rw-r--r-- | requirements/eval-deps.pip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 495695c..45496d7 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -3,20 +3,20 @@ arrow~=1.3 attrs~=24.2 beautifulsoup4~=4.12 einspect~=0.5 ; python_version == '3.12' -fishhook~=0.3 +fishhook~=0.3; python_version == '3.12' forbiddenfruit~=0.1 fuzzywuzzy~=0.18 lark~=1.2 -matplotlib~=3.9 ; python_version == '3.12' +matplotlib~=3.9 more-itertools~=10.5 networkx~=3.3 -numpy~=2.1 ; python_version == '3.12' -pandas~=2.2 ; python_version == '3.12' -pendulum~=3.0 -pyarrow~=17.0 +numpy~=2.1 +pandas~=2.2 +pendulum~=3.0 ; python_version == '3.12' +pyarrow~=17.0; python_version == '3.12' python-dateutil~=2.9 pyyaml~=6.0 -scipy~=1.14 ; python_version == '3.12' +scipy~=1.14 sympy~=1.13 typing-extensions~=4.12 tzdata~=2024.2 |