diff --git a/pyproject.toml b/pyproject.toml index 8f72d7457f..b9d8503b18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ # TODO: unpin the upper bound when scikit-build dynamic metadata API is stable # dynamic metadata API is still unstable - "scikit-build-core>=0.5,<0.10,!=0.6.0", + "scikit-build-core>=0.5,<0.11,!=0.6.0", "packaging", 'tomli >= 1.1.0 ; python_version < "3.11"', ]