Skip to content

Commit

Permalink
Bump numpy up to 1.26.0rc1 when running on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Sep 11, 2023
1 parent ba27ef8 commit 82f2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/eval-deps.pip
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82f2f16

Please sign in to comment.