diff --git a/pyproject.toml b/pyproject.toml index 8615cd12be..f6feefbbb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ # dynamic metadata API is still unstable # TODO: unpin the upper bound when it is stable - "scikit-build-core>=0.5,<0.8,!=0.6.0", + "scikit-build-core>=0.5,<0.9,!=0.6.0", "packaging", ] build-backend = "backend.dp_backend"