py-mgmetis: remove constrains 3.X for mpi4py & 1.X for numpy depandancies (#47890)

Co-authored-by: t. chantrait <teddy.chantrait@cea.fr>
This commit is contained in:
teddy 2024-12-10 03:29:59 +01:00 committed by GitHub
parent 449a462cde
commit 855943ff29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")