Skip to content

Commit 5a7f193

Browse files
committed
Update eval packages and remove unnecessary version constraints
1 parent 39620bc commit 5a7f193

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

requirements/eval-deps.pip

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
1-
anyio[trio]~=4.9
1+
anyio[trio]~=4.11
22
arrow~=1.3
3-
attrs~=25.3
4-
beautifulsoup4~=4.13
3+
attrs~=25.4
4+
beautifulsoup4~=4.14
55

6-
# Doesn't support 3.13, 3.13t, nor 3.14-dev, so commented out for now.
6+
# Doesn't support 3.13, 3.14 or 3.14t, so commented out for now.
77
# einspect~=0.5
88

99
fishhook~=0.3; python_version == "3.13"
1010
forbiddenfruit~=0.1
1111
fuzzywuzzy~=0.18
12-
kaleido~=0.2
13-
lark~=1.2
14-
matplotlib~=3.10; python_version == "3.13"
15-
more-itertools~=10.7
12+
13+
# Subdependency orjson doesn't currently build correctly on 3.14t,
14+
# but unfortunately there is not currently a way to provide version
15+
# specification that filters based on free-threading capability.
16+
kaleido~=1.1; python_version == "3.13"
17+
lark~=1.3
18+
matplotlib~=3.10
19+
more-itertools~=10.8
1620
networkx~=3.5
1721
numpy~=2.3
18-
pandas~=2.3; python_version == "3.13"
22+
pandas~=2.3
1923
pendulum~=3.1
2024
pyarrow~=21.0; python_version == "3.13"
2125
python-dateutil~=2.9
2226
pyyaml~=6.0
2327
scipy~=1.16
2428
sympy~=1.14
25-
typing-extensions~=4.14
29+
typing-extensions~=4.15
2630
tzdata~=2025.2
27-
yarl~=1.20
31+
yarl~=1.22

0 commit comments

Comments
 (0)