Skip to content

Commit

Permalink
COMP: Revert "COMP: Use numpy==1.20.3 for CI testing"
Browse files Browse the repository at this point in the history
This reverts commit b667ce4.

numpy 1.21.1 is available, incorporating the fix:

  numpy/numpy#19327

Closes InsightSoftwareConsortium#2613
  • Loading branch information
thewtex committed Aug 11, 2021
1 parent f540091 commit a02c949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -31,7 +31,7 @@ jobs:

- bash: |
set -x
python3 -m pip install ninja numpy==1.20.3 typing-extensions
python3 -m pip install ninja numpy>=1.20 typing-extensions
python3 -m pip install --upgrade setuptools
python3 -m pip install lxml scikit-ci-addons dask distributed
displayName: 'Install dependencies'
Expand Down
Expand Up @@ -26,7 +26,7 @@ jobs:
- bash: |
set -x
sudo pip3 install ninja numpy==1.20.3 typing-extensions
sudo pip3 install ninja numpy>=1.20 typing-extensions
sudo python3 -m pip install --upgrade setuptools
sudo python3 -m pip install scikit-ci-addons
sudo python3 -m pip install lxml dask distributed
Expand Down
Expand Up @@ -28,7 +28,7 @@ jobs:
architecture: 'x64'

- script: |
python -m pip install ninja numpy==1.20.3 typing-extensions
python -m pip install ninja numpy>=1.20 typing-extensions
python -m pip install --upgrade setuptools
python -m pip install scikit-ci-addons dask distributed lxml
displayName: 'Install dependencies'
Expand Down

0 comments on commit a02c949

Please sign in to comment.