Merge pull request #315 from radarhere/numpy

NumPy now supports Python 3.11
This commit is contained in:
mergify[bot] 2022-08-26 08:08:22 +00:00 committed by GitHub
commit a2cfd50022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ function run_tests {
if [[ "$MB_PYTHON_VERSION" != 3.11 ]]; then
python3 -m pip install numpy==1.21
fi
elif [ -z "$IS_ALPINE" ] && !([ -n "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" == 3.11 ]]); then
elif [ -z "$IS_ALPINE" ]; then
python3 -m pip install numpy
fi