Skip to content

Commit

Permalink
CI: update SciPy/NumPy to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Oct 13, 2024
1 parent 2a13b1a commit c410b41
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 @@ -256,7 +256,7 @@ stages:
displayName: 'Install build, pip, setuptools, wheel, pybind11, and cython'
- script: |
export PATH=/home/vsts/.local/bin:$PATH
export numpy_version=2.0.1
export numpy_version=2.1.2
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 @@ -269,7 +269,7 @@ stages:
displayName: 'Install pythran'
- script: |
export PATH=/home/vsts/.local/bin:$PATH
export scipy_version=1.14.0
export scipy_version=1.14.1
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 c410b41

Please sign in to comment.