diff options
author | 2023-08-30 12:20:12 +0100 | |
---|---|---|
committer | 2023-08-30 16:28:23 +0100 | |
commit | ed5e9d8a13f9c29473d4de8068ee29e674b1be63 (patch) | |
tree | 10874dca1f594216e67028437d404069a227da36 /requirements | |
parent | Fix link in readme (#189) (diff) |
Bump eval-deps to latest versions
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/eval-deps.pip | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 79f8218..987b0ce 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -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' +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' +pandas~=2.0 ; python_version == '3.11' pendulum~=2.1 ; python_version == '3.11' 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' |