Skip to content

Commit 4042037

Browse files
committed
Update eval dep 3.13 exclusions now that some packages support 3.13(t)
1 parent 6fab0e3 commit 4042037

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/eval-deps.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ forbiddenfruit~=0.1
88
fuzzywuzzy~=0.18
99
kaleido~=0.2
1010
lark~=1.2
11-
matplotlib~=3.10 ; python_version != '3.13'
11+
matplotlib~=3.10; python_version == '3.12'
1212
more-itertools~=10.5
1313
networkx~=3.4
1414
numpy~=2.2
1515
pandas~=2.2
16-
pendulum~=3.0 ; python_version == '3.12'
16+
pendulum~=3.0; python_version == '3.12'
1717
plotly~=5.24
18-
pyarrow~=18.1 ; python_version == '3.12'
18+
pyarrow~=18.1
1919
python-dateutil~=2.9
2020
pyyaml~=6.0
21-
scipy~=1.14 ; python_version == '3.12'
21+
scipy~=1.14; python_version == '3.12'
2222
sympy~=1.13
2323
typing-extensions~=4.12
2424
tzdata~=2024.2

0 commit comments

Comments
 (0)