From 36ae01401883b949aad1c94c7a194a43971d8d48 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 27 Dec 2024 06:25:52 +0100 Subject: [PATCH] scipy v1.15.0rc2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0a8b7c5d..0e08b1cb 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.15.0rc1" %} +{% set version = "1.15.0rc2" %} {% if numpy is not defined %} {% set numpy = "2.0.0" %} @@ -18,7 +18,7 @@ source: # we can compile pythran ourselves (or not), but manually need to include # the submodules (not in tarball due to dear-github/dear-github#214) - url: https://github.com/scipy/scipy/archive/refs/tags/v{{ version }}.tar.gz - sha256: 72c3a5951d6f87f55f4210299cdcaf9af1631c8e9cb1a43ee69d6152d2439738 + sha256: 5f821ce583365e083593c4c08766badebd0b7701383d33ec43e34ea8c436bf91 # https://github.com/scipy/scipy/tree/v{{ version }}/scipy/_lib - folder: scipy/_lib/array_api_compat git_url: https://github.com/data-apis/array-api-compat.git