From d0ec423051778e289eeeb1cadfeb72a724745aa8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 20 Aug 2024 11:41:55 -0400 Subject: [PATCH] chore: use scikit-build-core 0.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a116039..e49c78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"] +requires = ["scikit-build-core >=0.10", "nanobind >=1.3.2"] build-backend = "scikit_build_core.build" [project] @@ -21,7 +21,7 @@ Homepage = "https://github.com/wjakob/nanobind_example" [tool.scikit-build] # Protect the configuration against future changes in scikit-build-core -minimum-version = "0.4" +minimum-version = "build-system.requires" # Setuptools-style build caching in a local directory build-dir = "build/{wheel_tag}"