From 83c01b702ff6824a83b55329e47826523d0ff179 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 6 Sep 2021 12:18:03 +1000 Subject: [PATCH] Upgraded numpy on 32-bit PyPy3.7 to match 64-bit --- config.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config.sh b/config.sh index f2efb948e..fbc63dc27 100644 --- a/config.sh +++ b/config.sh @@ -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