From 1584f519cbc830e3cc7c567f8de7ed7b08b74ef5 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 5 Dec 2023 18:53:30 -0500 Subject: [PATCH] bump scikit-build-core to 0.7 No breaking changes there Signed-off-by: Jinzhe Zeng --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04bcc69f75..fdd4904eb5 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.7,!=0.6.0", + "scikit-build-core>=0.5,<0.8,!=0.6.0", "packaging", ] build-backend = "backend.dp_backend"