From aa3c44e2cebdedadae8e79b15722792610b7ff44 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 29 Feb 2024 18:06:47 -0500 Subject: [PATCH] bump scikit-build-core to 0.8 Signed-off-by: Jinzhe Zeng --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"