Skip to content

Commit

Permalink
Bump eval-deps to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Mar 14, 2024
1 parent 7cee7d3 commit d1e6666
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements/eval-deps.pip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anyio[trio]~=4.2
anyio[trio]~=4.3
arrow~=1.3
attrs~=23.2
beautifulsoup4~=4.12
Expand All @@ -8,16 +8,16 @@ forbiddenfruit~=0.1
fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.8 ; python_version == '3.12'
more-itertools~=10.1
more-itertools~=10.2
networkx~=3.2
numpy~=1.26 ; python_version == '3.12'
pandas~=2.1 ; python_version == '3.12'
pandas~=2.2 ; python_version == '3.12'
pendulum~=3.0
pyarrow~=15.0
python-dateutil~=2.8
python-dateutil~=2.9
pyyaml~=6.0
scipy~=1.11 ; python_version == '3.12'
scipy~=1.12 ; python_version == '3.12'
sympy~=1.12
typing-extensions~=4.9
tzdata~=2023.4
typing-extensions~=4.10
tzdata~=2024.1
# yarl~=1.9 Requires multidict wheels in order to build https://github.com/aio-libs/multidict/issues/887

0 comments on commit d1e6666

Please sign in to comment.