summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-h5py/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-h5py/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-h5py/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-h5py/package.py b/var/spack/repos/builtin/packages/py-h5py/package.py
index c7418b9085..77e69efc58 100644
--- a/var/spack/repos/builtin/packages/py-h5py/package.py
+++ b/var/spack/repos/builtin/packages/py-h5py/package.py
@@ -52,7 +52,6 @@ class PyH5py(PythonPackage):
# Build and runtime dependencies
depends_on("py-cached-property@1.5:", type=("build", "run"), when="^python@:3.7")
depends_on("py-numpy@1.7:", type=("build", "run"), when="@:2")
- depends_on("py-numpy@1.12:", type=("build", "run"), when="@3: ^python@3.6.0:3.6")
depends_on("py-numpy@1.14.5:", type=("build", "run"), when="@3: ^python@3.7.0:3.7")
depends_on("py-numpy@1.17.5:", type=("build", "run"), when="@3: ^python@3.8.0:3.8")
depends_on("py-numpy@1.19.3:", type=("build", "run"), when="@3: ^python@3.9.0:")