diff options
author | 2024-12-21 14:25:13 +0000 | |
---|---|---|
committer | 2024-12-21 14:29:15 +0000 | |
commit | 6fab0e32dda3625d83f5642ca4b9404c73bc31af (patch) | |
tree | e6f5554d8bef6e7ec925f002060eddca8667d4ac | |
parent | Run make upgrade (diff) |
Bump eval deps to latest
-rw-r--r-- | requirements/eval-deps.pip | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 65461e9..7d04d23 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -1,25 +1,25 @@ -anyio[trio]~=4.6 +anyio[trio]~=4.7 arrow~=1.3 -attrs~=24.2 +attrs~=24.3 beautifulsoup4~=4.12 -einspect~=0.5 ; python_version == '3.12' +einspect~=0.5; python_version == '3.12' fishhook~=0.3; python_version == '3.12' forbiddenfruit~=0.1 fuzzywuzzy~=0.18 -kaleido==0.1.* +kaleido~=0.2 lark~=1.2 -matplotlib~=3.9 ; python_version != '3.13' +matplotlib~=3.10 ; python_version != '3.13' more-itertools~=10.5 -networkx~=3.3 -numpy~=2.1 +networkx~=3.4 +numpy~=2.2 pandas~=2.2 pendulum~=3.0 ; python_version == '3.12' plotly~=5.24 -pyarrow~=17.0; python_version == '3.12' +pyarrow~=18.1 ; python_version == '3.12' python-dateutil~=2.9 pyyaml~=6.0 -scipy~=1.14 ; python_version != '3.13' +scipy~=1.14 ; python_version == '3.12' sympy~=1.13 typing-extensions~=4.12 tzdata~=2024.2 -yarl~=1.13 +yarl~=1.18 |