mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Simplified logic since NumPy 1.22 dropped support for Python 3.7
This commit is contained in:
parent
7d74e7c0c0
commit
4737154415
|
@ -162,7 +162,7 @@ function run_tests {
|
||||||
else
|
else
|
||||||
apt-get install libfribidi0
|
apt-get install libfribidi0
|
||||||
fi
|
fi
|
||||||
if [[ "$MB_PYTHON_VERSION" != 3.7 ]] && [[ $(uname -m) == "i686" ]]; then
|
if [[ $(uname -m) == "i686" ]]; then
|
||||||
python3 -m pip install numpy==1.21
|
python3 -m pip install numpy==1.21
|
||||||
elif [ -z "$IS_ALPINE" ]; then
|
elif [ -z "$IS_ALPINE" ]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user