Skip to content

Commit

Permalink
Update numpy version to 2.1.0 for 3.13
Browse files Browse the repository at this point in the history
As 2.0.2 was never availble for 3.13
  • Loading branch information
malfet committed Oct 16, 2024
1 parent a01e875 commit 7eb2cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ case $desired_python in
echo "Using 3.13 deps"
SETUPTOOLS_PINNED_VERSION=">=68.0.0"
PYYAML_PINNED_VERSION=">=6.0.1"
NUMPY_PINNED_VERSION="=2.0.2"
NUMPY_PINNED_VERSION="=2.1.0"
;;
3.12)
echo "Using 3.12 deps"
Expand Down

0 comments on commit 7eb2cda

Please sign in to comment.