Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #219 from radarhere/numpy_pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 6, 2021
2 parents 59be686 + 83c01b7 commit ff9fcca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,7 @@ function run_tests {
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
fi
if [[ "$MB_PYTHON_VERSION" == pypy3.7-* ]]; then
if [[ $(uname -m) == "i686" ]]; then
python3 -m pip install numpy==1.19.5
else
python3 -m pip install numpy==1.20.3
fi
python3 -m pip install numpy==1.20.3
elif [[ "$MB_PYTHON_VERSION" != 3.10 ]] || [[ "$PLAT" != "x86_64" ]]; then
python3 -m pip install numpy
fi
Expand Down

0 comments on commit ff9fcca

Please sign in to comment.