diff options
author | 2023-09-11 13:23:50 +0100 | |
---|---|---|
committer | 2023-09-11 13:23:50 +0100 | |
commit | 82f2f167f2e66c7b18bacdbd3aab2fd2d311a77b (patch) | |
tree | 1e1dfe65b331f3296905fb5baa1319b34a11ddf5 /requirements | |
parent | Bump python versions used by snekbox to latest (diff) |
Bump numpy up to 1.26.0rc1 when running on 3.12
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/eval-deps.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index d2379a5..13038b7 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -11,7 +11,7 @@ matplotlib~=3.7 ; python_version == '3.11' # https://github.com/matplotlib/matp more-itertools~=10.1 networkx~=3.1 numpy~=1.25 ; python_version == '3.11' -numpy==1.26.0b1 ; python_version == '3.12' +numpy==1.26.0rc1 ; python_version == '3.12' 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 |