From c31cd3e2a0bd0e794d3af8809f78c0c13c38b341 Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Sat, 2 Dec 2023 15:09:39 +0000 Subject: [PATCH] Set min version for scikit-build-core (#2917) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 6aab12d6282..fcff2a333a7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ # pip install -r build-requirements.txt [build-system] requires = [ - "scikit-build-core[pyproject]", + "scikit-build-core[pyproject]>=0.5", "nanobind>=1.8.0", "petsc4py", "mpi4py",