Skip to content

Commit

Permalink
Use numpy 2.0.0rc1 in CI (#123286)
Browse files Browse the repository at this point in the history
Bump numpy version to 2.0.0rc1 in CI

Related to: #107302
Pull Request resolved: #123286
Approved by: https://github.com/huydhn, https://github.com/kit1980, https://github.com/ZainRizvi
  • Loading branch information
atalman authored and pytorchmergebot committed Apr 4, 2024
1 parent d9cbd57 commit 26b4ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/pytorch/build.sh
Expand Up @@ -261,7 +261,7 @@ else
if [[ "$BUILD_ENVIRONMENT" != *py3.8* ]]; then
# Install numpy-2.0 release candidate for builds
# Which should be backward compatible with Numpy-1.X
python -mpip install --pre numpy==2.0.0b1
python -mpip install --pre numpy==2.0.0rc1
fi
WERROR=1 python setup.py bdist_wheel
else
Expand Down

0 comments on commit 26b4ccf

Please sign in to comment.