Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit f94c707

Browse files
authored
Merge pull request #291 from radarhere/numpy
Updated NumPy to latest 1.21 on 32-bit
2 parents f0205f9 + 4737154 commit f94c707

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

config.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,8 @@ function run_tests {
162162
else
163163
apt-get install libfribidi0
164164
fi
165-
if [[ "$MB_PYTHON_VERSION" == pypy3.* || "$MB_PYTHON_VERSION" == 3.10 ]] && [[ $(uname -m) == "i686" ]]; then
166-
python3 -m pip install numpy==1.21.4
167-
elif [[ "$MB_PYTHON_VERSION" == 3.8 || "$MB_PYTHON_VERSION" == 3.9 ]] && [[ $(uname -m) == "i686" ]]; then
168-
python3 -m pip install numpy==1.21.5
165+
if [[ $(uname -m) == "i686" ]]; then
166+
python3 -m pip install numpy==1.21
169167
elif [ -z "$IS_ALPINE" ]; then
170168
python3 -m pip install numpy
171169
fi

0 commit comments

Comments
 (0)