File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 1- anyio[trio]~=4.9
1+ anyio[trio]~=4.11
22arrow~=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
99fishhook~=0.3; python_version == "3.13"
1010forbiddenfruit~=0.1
1111fuzzywuzzy~=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
1620networkx~=3.5
1721numpy~=2.3
18- pandas~=2.3; python_version == "3.13"
22+ pandas~=2.3
1923pendulum~=3.1
2024pyarrow~=21.0; python_version == "3.13"
2125python-dateutil~=2.9
2226pyyaml~=6.0
2327scipy~=1.16
2428sympy~=1.14
25- typing-extensions~=4.14
29+ typing-extensions~=4.15
2630tzdata~=2025.2
27- yarl~=1.20
31+ yarl~=1.22
You can’t perform that action at this time.
0 commit comments