Skip to content

Commit

Permalink
Merge pull request #197 from python-discord/bump-eval-deps
Browse files Browse the repository at this point in the history
Bump eval deps
  • Loading branch information
wookie184 authored Jan 5, 2024
2 parents 841b52b + 7cd99b9 commit 4ab3af8
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,6 +1,6 @@
anyio[trio]~=4.0
anyio[trio]~=4.2
arrow~=1.3
attrs~=23.1
attrs~=23.2
beautifulsoup4~=4.12
einspect~=0.5 ; python_version == '3.12'
fishhook~=0.2
Expand All @@ -9,14 +9,14 @@ fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.8 ; python_version == '3.12'
more-itertools~=10.1
networkx~=3.1
networkx~=3.2
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
pendulum~=3.0
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
typing-extensions~=4.9
tzdata~=2023.4
yarl~=1.9

0 comments on commit 4ab3af8

Please sign in to comment.