Skip to content

Commit

Permalink
CI: update SciPy/NumPy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Aug 6, 2022
1 parent 0b9947a commit 75ab4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ stages:
displayName: 'Install build, pip, setuptools, wheel, pybind11, and cython'
- script: |
export PATH=/home/vsts/.local/bin:$PATH
export numpy_version=1.22.4
export numpy_version=1.23.0
wget https://github.com/numpy/numpy/releases/download/v${numpy_version}/numpy-${numpy_version}.tar.gz
tar xzvf numpy-${numpy_version}.tar.gz
cd numpy-${numpy_version}
Expand All @@ -271,7 +271,7 @@ stages:
displayName: 'Install pythran'
- script: |
export PATH=/home/vsts/.local/bin:$PATH
export scipy_version=1.8.1
export scipy_version=1.9.0
wget https://github.com/scipy/scipy/releases/download/v${scipy_version}/scipy-${scipy_version}.tar.gz
tar xzvf scipy-${scipy_version}.tar.gz
cd scipy-${scipy_version}
Expand Down

0 comments on commit 75ab4f6

Please sign in to comment.