Skip to content

Commit

Permalink
Remove explicit specification for develop to not over-constrain.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Sep 4, 2024
1 parent 6f53b6d commit f6940a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spack/repo/packages/py-pyprecice/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class PyPyprecice(PythonPackage):

depends_on("python@3:", type=("build", "link", "run"))
depends_on("py-setuptools@61:71", type="build")
depends_on("py-numpy@2:", type=("build", "link", "run"), when="@develop") # explicitly specity develop
depends_on("py-numpy", type=("build", "link", "run"), when="@3.1.1:")
depends_on("py-numpy@:1", type=("build", "link", "run"), when="@:3.1.1")
depends_on("py-mpi4py", type=("build", "run"))
Expand Down

0 comments on commit f6940a8

Please sign in to comment.