Skip to content

Commit

Permalink
py-mgmetis: remove constrains 3.X for mpi4py & 1.X for numpy depandan…
Browse files Browse the repository at this point in the history
…cies (spack#47890)

Co-authored-by: t. chantrait <teddy.chantrait@cea.fr>
  • Loading branch information
tech-91 and t. chantrait authored Dec 10, 2024
1 parent 449a462 commit 855943f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/py-mgmetis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class PyMgmetis(PythonPackage):

depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-numpy@1.20.0:1.26.4", type=("build", "run"))
depends_on("py-numpy@1.20.0:", type=("build", "run"))
depends_on("py-cython", type=("build"))
depends_on("py-mpi4py@3.0.3:3", type=("build", "run"))
depends_on("py-mpi4py@3.0.3:", type=("build", "run"))
depends_on("py-pytest")
depends_on("metis+shared", type="all")

0 comments on commit 855943f

Please sign in to comment.