diff options
author | 2024-12-21 14:26:08 +0000 | |
---|---|---|
committer | 2024-12-21 14:41:18 +0000 | |
commit | 4042037c0d1786c705b60c54f38778566a25f53c (patch) | |
tree | 4a4d536c53e40facd3464d902191abe2e3a65b2b | |
parent | Bump eval deps to latest (diff) |
Update eval dep 3.13 exclusions now that some packages support 3.13(t)
-rw-r--r-- | requirements/eval-deps.pip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 7d04d23..97216ef 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -8,17 +8,17 @@ forbiddenfruit~=0.1 fuzzywuzzy~=0.18 kaleido~=0.2 lark~=1.2 -matplotlib~=3.10 ; python_version != '3.13' +matplotlib~=3.10; python_version == '3.12' more-itertools~=10.5 networkx~=3.4 numpy~=2.2 pandas~=2.2 -pendulum~=3.0 ; python_version == '3.12' +pendulum~=3.0; python_version == '3.12' plotly~=5.24 -pyarrow~=18.1 ; python_version == '3.12' +pyarrow~=18.1 python-dateutil~=2.9 pyyaml~=6.0 -scipy~=1.14 ; python_version == '3.12' +scipy~=1.14; python_version == '3.12' sympy~=1.13 typing-extensions~=4.12 tzdata~=2024.2 |