blob: 9af4f792b1a5385c0415a87761ccc8c12e087301 (
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.5
numpy~=2.3
pandas~=2.3; python_version == "3.13"
pendulum~=3.1
pyarrow~=21.0; python_version == "3.13"
python-dateutil~=2.9
pyyaml~=6.0
scipy~=1.16
sympy~=1.14
typing-extensions~=4.14
tzdata~=2025.2
yarl~=1.20
|