Skip to content

Commit 12d14a8

Browse files
committed
Don't install packages that aren't compatible with 3.13t
As far as I can see there isn't an environment marker for free threaded python, so I needed to disable these packages for all 3.13 versions
1 parent f7ce899 commit 12d14a8

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
@@ -7,7 +7,7 @@ fishhook~=0.3; python_version == '3.12'
77
forbiddenfruit~=0.1
88
fuzzywuzzy~=0.18
99
lark~=1.2
10-
matplotlib~=3.9
10+
matplotlib~=3.9 ; python_version != '3.13'
1111
more-itertools~=10.5
1212
networkx~=3.3
1313
numpy~=2.1
@@ -16,7 +16,7 @@ pendulum~=3.0 ; python_version == '3.12'
1616
pyarrow~=17.0; python_version == '3.12'
1717
python-dateutil~=2.9
1818
pyyaml~=6.0
19-
scipy~=1.14
19+
scipy~=1.14 ; python_version != '3.13'
2020
sympy~=1.13
2121
typing-extensions~=4.12
2222
tzdata~=2024.2

0 commit comments

Comments
 (0)