From e57aab2fe2059efc07535a67e4fdc577291e9067 Mon Sep 17 00:00:00 2001 From: reneeotten Date: Tue, 2 Apr 2024 21:35:12 -0400 Subject: [PATCH] BLD: update to latest SciPy version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d6f8307e..53c7c7f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -269,7 +269,7 @@ stages: displayName: 'Install pythran' - script: | export PATH=/home/vsts/.local/bin:$PATH - export scipy_version=1.12.0 + export scipy_version=1.13.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}