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