Skip to content

Commit

Permalink
Bump eval deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 28, 2024
1 parent d06e8bf commit 921f91f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions requirements/eval-deps.pip
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
anyio[trio]~=4.3
anyio[trio]~=4.4
arrow~=1.3
attrs~=23.2
attrs~=24.2
beautifulsoup4~=4.12
einspect~=0.5 ; python_version == '3.12'
fishhook~=0.3.1
fishhook~=0.3
forbiddenfruit~=0.1
fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.8 ; python_version == '3.12'
more-itertools~=10.2
networkx~=3.2
numpy~=1.26 ; python_version == '3.12'
lark~=1.2
matplotlib~=3.9 ; python_version == '3.12'
more-itertools~=10.4
networkx~=3.3
numpy~=2.1 ; python_version == '3.12'
pandas~=2.2 ; python_version == '3.12'
pendulum~=3.0
pyarrow~=15.0
pyarrow~=17.0
python-dateutil~=2.9
pyyaml~=6.0
scipy~=1.12 ; python_version == '3.12'
sympy~=1.12
typing-extensions~=4.10
scipy~=1.14 ; python_version == '3.12'
sympy~=1.13
typing-extensions~=4.12
tzdata~=2024.1
yarl~=1.9

0 comments on commit 921f91f

Please sign in to comment.