mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Upgraded numpy on 32-bit PyPy3.7 to match 64-bit
This commit is contained in:
parent
59be686276
commit
83c01b702f
|
@ -127,11 +127,7 @@ function run_tests {
|
||||||
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
|
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
|
||||||
fi
|
fi
|
||||||
if [[ "$MB_PYTHON_VERSION" == pypy3.7-* ]]; then
|
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
|
python3 -m pip install numpy==1.20.3
|
||||||
fi
|
|
||||||
elif [[ "$MB_PYTHON_VERSION" != 3.10 ]] || [[ "$PLAT" != "x86_64" ]]; then
|
elif [[ "$MB_PYTHON_VERSION" != 3.10 ]] || [[ "$PLAT" != "x86_64" ]]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user