diff --git a/pyproject.toml b/pyproject.toml index dd204fc..92fc711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "scikit-build-core~=0.11.6", + "scikit-build-core>=0.11.6,<0.13.0", "pybind11~=3.0.1", "setuptools-scm~=9.2.2", ]