diff options
| author | 2025-07-30 11:02:22 +0100 | |
|---|---|---|
| committer | 2025-07-30 11:02:22 +0100 | |
| commit | af61bbdf7beb79d9fd98cbc6ea1055233bc5d936 (patch) | |
| tree | 5321ce4f169391726bbb96a9926f98309cbe8587 | |
| parent | Update eval deps to latest versions (diff) | |
Enable numpy and scipy in 3.14 now they have wheels
| -rw-r--r-- | requirements/eval-deps.pip | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 54a48c9..9af4f79 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -14,13 +14,13 @@ lark~=1.2  matplotlib~=3.10; python_version == "3.13"  more-itertools~=10.7  networkx~=3.5 -numpy~=2.3; python_version == "3.13" +numpy~=2.3  pandas~=2.3; python_version == "3.13"  pendulum~=3.1  pyarrow~=21.0; python_version == "3.13"  python-dateutil~=2.9  pyyaml~=6.0 -scipy~=1.16; python_version == "3.13" +scipy~=1.16  sympy~=1.14  typing-extensions~=4.14  tzdata~=2025.2 | 
