Skip to content

Commit af61bbd

Browse files
committed
Enable numpy and scipy in 3.14 now they have wheels
1 parent 10a80ee commit af61bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/eval-deps.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ lark~=1.2
1414
matplotlib~=3.10; python_version == "3.13"
1515
more-itertools~=10.7
1616
networkx~=3.5
17-
numpy~=2.3; python_version == "3.13"
17+
numpy~=2.3
1818
pandas~=2.3; python_version == "3.13"
1919
pendulum~=3.1
2020
pyarrow~=21.0; python_version == "3.13"
2121
python-dateutil~=2.9
2222
pyyaml~=6.0
23-
scipy~=1.16; python_version == "3.13"
23+
scipy~=1.16
2424
sympy~=1.14
2525
typing-extensions~=4.14
2626
tzdata~=2025.2

0 commit comments

Comments
 (0)