Skip to content

Commit

Permalink
Merge pull request #186 from python-discord/update-eval-deps
Browse files Browse the repository at this point in the history
Update eval deps
  • Loading branch information
jb3 authored Sep 1, 2023
2 parents ae18976 + 5d9d3b8 commit 7759864
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements/eval-deps.pip
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
anyio[trio]~=3.6
anyio[trio]~=3.7
arrow~=1.2
attrs~=22.2
beautifulsoup4~=4.11
attrs~=23.1
beautifulsoup4~=4.12
einspect~=0.5
fishhook~=0.2
forbiddenfruit~=0.1
fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.6 ; python_version == '3.11'
more-itertools~=9.0
networkx~=3.0
numpy~=1.24 ; python_version == '3.11'
matplotlib~=3.7 ; python_version == '3.11' # https://github.com/matplotlib/matplotlib/pull/26582
more-itertools~=10.1
networkx~=3.1
numpy~=1.25 ; python_version == '3.11'
numpy==1.26.0b1 ; python_version == '3.12'
pandas~=1.5 ; python_version == '3.11'
pendulum~=2.1 ; python_version == '3.11'
pandas~=2.0 ; python_version == '3.11'
pendulum~=2.1 ; python_version == '3.11' # https://github.com/sdispater/pendulum/issues/696
python-dateutil~=2.8
pyyaml~=6.0
scipy~=1.10
sympy~=1.11
scipy~=1.11
sympy~=1.12
toml~=0.10
typing-extensions~=4.4
tzdata~=2022.7
yarl~=1.8 ; python_version == '3.11'
typing-extensions~=4.7
tzdata~=2023.3
yarl~=1.9 ; python_version == '3.11' # https://github.com/aio-libs/yarl/issues/894

0 comments on commit 7759864

Please sign in to comment.