diff options
author | 2024-01-05 19:18:51 +0000 | |
---|---|---|
committer | 2024-01-05 19:18:51 +0000 | |
commit | 4ab3af863d038aedfaa07b3fe410ad324164b707 (patch) | |
tree | 9b1126758f063baa9659b90f1d2724efa5f50cfe | |
parent | Merge #194 - refactor file structure and nsjail module (diff) | |
parent | Bump all eval deps to latest versions (diff) |
Merge pull request #197 from python-discord/bump-eval-deps
Bump eval deps
-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 32607ac..38f9192 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -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 @@ -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 |