diff --git a/python/pyproject.toml b/python/pyproject.toml index c48aab819b..612cbbe89f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ # NOTE: petsc4py is an optional build dependency, therefore we don't # list it here. [build-system] -requires = ["scikit-build-core[pyproject]>=0.10", "nanobind>=2.5.0", "mpi4py"] +requires = ["scikit-build-core[pyproject]>=0.10", "nanobind>=2.12.0", "mpi4py"] build-backend = "scikit_build_core.build" [project]