diff options
author | 2024-03-14 11:08:00 +0000 | |
---|---|---|
committer | 2024-03-14 17:19:54 +0000 | |
commit | d1e666618821c5a75df78e1591ddc8f7ae4cdffa (patch) | |
tree | 36561721c4f99fbdab8a82ca17491c2296f50ff4 /requirements | |
parent | Bump snekbox up to Python 3.12.2 (diff) |
Bump eval-deps to latest versions
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/eval-deps.pip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 4078783..9230068 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -1,4 +1,4 @@ -anyio[trio]~=4.2 +anyio[trio]~=4.3 arrow~=1.3 attrs~=23.2 beautifulsoup4~=4.12 @@ -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 |