We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c5d6d commit a07505aCopy full SHA for a07505a
.github/scripts/validate_binaries.sh
@@ -100,9 +100,9 @@ else
100
101
# Regular smoke test
102
${PYTHON_RUN} ./smoke_test/smoke_test.py ${TEST_SUFFIX}
103
- # For pip install also test with numpy 2.0.0 for python 3.8 or above
+ # For pip install also test with latest numpy
104
if [[ ${MATRIX_PACKAGE_TYPE} == 'wheel' ]]; then
105
- pip3 install numpy==2.0.0 --force-reinstall
+ pip3 install numpy --force-reinstall
106
107
fi
108
0 commit comments