Skip to content

Commit e208c8c

Browse files
committed
Move eval deps into their own requirements file
1 parent 0292661 commit e208c8c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

requirements/eval-deps.pip

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
anyio[trio]~=3.6
2+
arrow~=1.2
3+
attrs~=22.2
4+
beautifulsoup4~=4.11
5+
einspect~=0.5
6+
fishhook~=0.2
7+
forbiddenfruit~=0.1
8+
fuzzywuzzy~=0.18
9+
lark~=1.1
10+
matplotlib~=3.6 ; python_version == '3.11'
11+
more-itertools~=9.0
12+
networkx~=3.0
13+
numpy~=1.24 ; python_version == '3.11'
14+
numpy==1.26.0b1 ; python_version == '3.12'
15+
pandas~=1.5 ; python_version == '3.11'
16+
pendulum~=2.1 ; python_version == '3.11'
17+
python-dateutil~=2.8
18+
pyyaml~=6.0
19+
scipy~=1.10
20+
sympy~=1.11
21+
toml~=0.10
22+
typing-extensions~=4.4
23+
tzdata~=2022.7
24+
yarl~=1.8 ; python_version == '3.11'

0 commit comments

Comments
 (0)