From 0ce3be05f174cf6070743cfc0f78f9fd319a35e0 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 29 Feb 2024 19:29:22 -0500 Subject: [PATCH] bump scikit-build-core to 0.8 (#3369) Signed-off-by: Jinzhe Zeng (cherry picked from commit 54efc03455a77b49af8626cffe4969f8b7799cae) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af41e6ed68..d7ac479d2f 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"