mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Updated NumPy to latest 1.21 on 32-bit
This commit is contained in:
parent
f0205f9385
commit
7d74e7c0c0
|
@ -162,10 +162,8 @@ function run_tests {
|
||||||
else
|
else
|
||||||
apt-get install libfribidi0
|
apt-get install libfribidi0
|
||||||
fi
|
fi
|
||||||
if [[ "$MB_PYTHON_VERSION" == pypy3.* || "$MB_PYTHON_VERSION" == 3.10 ]] && [[ $(uname -m) == "i686" ]]; then
|
if [[ "$MB_PYTHON_VERSION" != 3.7 ]] && [[ $(uname -m) == "i686" ]]; then
|
||||||
python3 -m pip install numpy==1.21.4
|
python3 -m pip install numpy==1.21
|
||||||
elif [[ "$MB_PYTHON_VERSION" == 3.8 || "$MB_PYTHON_VERSION" == 3.9 ]] && [[ $(uname -m) == "i686" ]]; then
|
|
||||||
python3 -m pip install numpy==1.21.5
|
|
||||||
elif [ -z "$IS_ALPINE" ]; then
|
elif [ -z "$IS_ALPINE" ]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user