From 89663c1fdb8c6451cbcb8636e3b6bde849919dd1 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 19 Nov 2024 16:33:31 -0600 Subject: [PATCH] py-hist: ^py-boost-histogram@:1.5 when @2.8.0: --- var/spack/repos/builtin/packages/py-hist/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/py-hist/package.py b/var/spack/repos/builtin/packages/py-hist/package.py index 1096fd1f6bd..7514f34e272 100644 --- a/var/spack/repos/builtin/packages/py-hist/package.py +++ b/var/spack/repos/builtin/packages/py-hist/package.py @@ -39,6 +39,7 @@ class PyHist(PythonPackage): depends_on("py-boost-histogram@1.2.0:1.2", when="@2.5.2", type=("build", "run")) depends_on("py-boost-histogram@1.3.1:1.3", when="@2.6.1:2.7.1", type=("build", "run")) depends_on("py-boost-histogram@1.3.1:1.4", when="@2.7.2:", type=("build", "run")) + depends_on("py-boost-histogram@1.3.1:1.5", when="@2.8.0:", type=("build", "run")) depends_on("py-histoprint@2.2.0:", type=("build", "run")) depends_on("py-numpy@1.14.5:", type=("build", "run"), when="@:2.7.1") depends_on("py-numpy@1.14.5:", type=("build", "run"), when="@2.7.2: ^python@:3.11")