diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 3fc7b4731c8..1871a8a30a9 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,6 +1,6 @@ # Template file for 'python3-scipy' pkgname=python3-scipy -version=1.10.0 +version=1.10.1 revision=1 build_style=python3-module build_helper="numpy" @@ -10,13 +10,14 @@ hostmakedepends="gcc-fortran python3-setuptools makedepends="python3-devel python3-pybind11 $(vopt_if openblas openblas-devel lapack-devel)" depends="python3-numpy" -checkdepends="python3-pytest-xdist" +checkdepends="python3-pytest-xdist python3-pooch" short_desc="Scientific library for Python3" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://scipy.org/scipylib/" distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.gz" -checksum=c8b3cbc636a87a89b770c6afc999baa6bcbb01691b5ccbbc1b1791c7c0a07540 +checksum=2cf9dfb80a7b4589ba4c40ce7588986d6d5cebc5457cad2c2880f6bc2d42f3a5 +make_check="ci-skip" # Tests require downloaded data and take a long time build_options="openblas"