Skip to content

Commit 855943f

Browse files
tech-91t. chantrait
andauthored
py-mgmetis: remove constrains 3.X for mpi4py & 1.X for numpy depandancies (spack#47890)
Co-authored-by: t. chantrait <[email protected]>
1 parent 449a462 commit 855943f

File tree

1 file changed

+2
-2
lines changed
  • var/spack/repos/builtin/packages/py-mgmetis

1 file changed

+2
-2
lines changed

var/spack/repos/builtin/packages/py-mgmetis/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class PyMgmetis(PythonPackage):
1919

2020
depends_on("[email protected]:", type=("build", "run"))
2121
depends_on("py-setuptools", type="build")
22-
depends_on("[email protected]:1.26.4", type=("build", "run"))
22+
depends_on("[email protected]:", type=("build", "run"))
2323
depends_on("py-cython", type=("build"))
24-
depends_on("[email protected]:3", type=("build", "run"))
24+
depends_on("[email protected]:", type=("build", "run"))
2525
depends_on("py-pytest")
2626
depends_on("metis+shared", type="all")

0 commit comments

Comments
 (0)