blob: d2379a540d531b04e9afc249695c058480244cbf (
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
|
anyio[trio]~=3.7
arrow~=1.2
attrs~=23.1
beautifulsoup4~=4.12
einspect~=0.5
fishhook~=0.2
forbiddenfruit~=0.1
fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.7 ; python_version == '3.11' # https://github.com/matplotlib/matplotlib/pull/26582
more-itertools~=10.1
networkx~=3.1
numpy~=1.25 ; python_version == '3.11'
numpy==1.26.0b1 ; python_version == '3.12'
pandas~=2.0 ; python_version == '3.11'
pendulum~=2.1 ; python_version == '3.11' # https://github.com/sdispater/pendulum/issues/696
python-dateutil~=2.8
pyyaml~=6.0
scipy~=1.11
sympy~=1.12
toml~=0.10
typing-extensions~=4.7
tzdata~=2023.3
yarl~=1.9 ; python_version == '3.11' # https://github.com/aio-libs/yarl/issues/894
|