blob: 32607acafa9182eb7ceecf2dc85cbfee3c8ee2c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
anyio[trio]~=4.0
arrow~=1.3
attrs~=23.1
beautifulsoup4~=4.12
einspect~=0.5 ; python_version == '3.12'
fishhook~=0.2
forbiddenfruit~=0.1
fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.8 ; python_version == '3.12'
more-itertools~=10.1
networkx~=3.1
numpy~=1.26 ; python_version == '3.12'
pandas~=2.1 ; python_version == '3.12'
# pendulum~=2.1 # Doesn't support 3.12, see https://github.com/sdispater/pendulum/issues/696
python-dateutil~=2.8
pyyaml~=6.0
scipy~=1.11 ; python_version == '3.12'
sympy~=1.12
typing-extensions~=4.8
tzdata~=2023.3
#yarl~=1.9 # Doesn't support 3.12, see https://github.com/aio-libs/yarl/issues/894
|