summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-scipy/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-scipy/package.py b/var/spack/repos/builtin/packages/py-scipy/package.py
index e89d7102e7..a094b0d280 100644
--- a/var/spack/repos/builtin/packages/py-scipy/package.py
+++ b/var/spack/repos/builtin/packages/py-scipy/package.py
@@ -15,7 +15,7 @@ class PyScipy(PythonPackage):
as routines for numerical integration and optimization."""
homepage = "https://www.scipy.org/"
- pypi = "scipy/scipy-1.5.4.tar.gz"
+ pypi = "scipy/scipy-1.10.1.tar.gz"
git = "https://github.com/scipy/scipy.git"
maintainers("adamjstewart", "rgommers")
@@ -75,12 +75,12 @@ class PyScipy(PythonPackage):
depends_on("py-pybind11@2.4.3:", when="@1.5:1.6.1", type=("build", "link"))
depends_on("py-pybind11@2.4.0:", when="@1.4.1:1.4", type=("build", "link"))
depends_on("py-pybind11@2.2.4:", when="@1.4.0", type=("build", "link"))
- depends_on("py-pythran@0.12", when="@1.10:", type=("build", "link"))
- depends_on("py-pythran@0.9.12:0.12", when="@1.9.2:1.9", type=("build", "link"))
- depends_on("py-pythran@0.9.12:0.11", when="@1.9.0:1.9.1", type=("build", "link"))
- depends_on("py-pythran@0.10", when="@1.8", type=("build", "link"))
- depends_on("py-pythran@0.9.12:0.9", when="@1.7.2:1.7", type=("build", "link"))
- depends_on("py-pythran@0.9.11", when="@1.7.0:1.7.1", type=("build", "link"))
+ depends_on("py-pythran@0.12", when="@1.10:", type="build")
+ depends_on("py-pythran@0.9.12:0.12", when="@1.9.2:1.9", type="build")
+ depends_on("py-pythran@0.9.12:0.11", when="@1.9.0:1.9.1", type="build")
+ depends_on("py-pythran@0.10", when="@1.8", type="build")
+ depends_on("py-pythran@0.9.12:0.9", when="@1.7.2:1.7", type="build")
+ depends_on("py-pythran@0.9.11", when="@1.7.0:1.7.1", type="build")
depends_on("py-wheel@:0.38", when="@1.10:", type="build")
depends_on("py-wheel@:0.37", when="@:1.9", type="build")
depends_on("pkgconfig", when="@1.9:", type="build")