blob: ab2b1c9ee3f912ecfc05f6b6d0f57cab94765add (
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
# Doesn't support 3.13, 3.13t, nor 3.14-dev, so commented out for now.
# einspect~=0.5
fishhook~=0.3; python_version == "3.13"
forbiddenfruit~=0.1
fuzzywuzzy~=0.18
kaleido~=0.2
lark~=1.2
matplotlib~=3.10.5
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
|