blob: faaafecdada9a60e746ae8d986e7fa4b9d6a804c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
anyio[trio]~=4.9
arrow~=1.3
attrs~=25.3
beautifulsoup4~=4.13
# These packages don't support 3.13, 3.13t, nor 3.14-dev, so are commented out for now.
# einspect~=0.5
# fishhook~=0.3
forbiddenfruit~=0.1
fuzzywuzzy~=0.18
kaleido~=0.2
lark~=1.2
matplotlib~=3.10; python_version == "3.13"
more-itertools~=10.7
networkx~=3.4
numpy~=2.2; python_version == "3.13"
pandas~=2.2; python_version == "3.13"
pendulum~=3.1
pyarrow~=20.0; python_version == "3.13"
python-dateutil~=2.9
pyyaml~=6.0
scipy~=1.15; python_version == "3.13"
sympy~=1.14
typing-extensions~=4.13
tzdata~=2025.2
yarl~=1.20
|