Skip to content

Commit f5076a9

Browse files
committed
add python@310:
1 parent 05e341d commit f5076a9

File tree

1 file changed

+1
-0
lines changed
  • repos/spack_repo/builtin/packages/py_python_mumps

1 file changed

+1
-0
lines changed

repos/spack_repo/builtin/packages/py_python_mumps/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class PyPythonMumps(PythonPackage):
3333

3434
# Python dependencies
3535
with default_args(type=("build", "run")):
36+
depends_on("python@3.10:")
3637
depends_on("py-numpy@2:")
3738
depends_on("py-mpi4py@4.1:4", when="+mpi")
3839
depends_on("py-scipy@1.13:")

0 commit comments

Comments
 (0)