Skip to content

Commit e57aab2

Browse files
committed
BLD: update to latest SciPy version
1 parent ea9519e commit e57aab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ stages:
269269
displayName: 'Install pythran'
270270
- script: |
271271
export PATH=/home/vsts/.local/bin:$PATH
272-
export scipy_version=1.12.0
272+
export scipy_version=1.13.0
273273
wget https://github.com/scipy/scipy/releases/download/v${scipy_version}/scipy-${scipy_version}.tar.gz
274274
tar xzvf scipy-${scipy_version}.tar.gz
275275
cd scipy-${scipy_version}

0 commit comments

Comments
 (0)