From 9ebbb6c01141ffaa475656f6b2112b1df04a519b Mon Sep 17 00:00:00 2001 From: jakirkham Date: Wed, 7 Aug 2024 12:56:11 -0700 Subject: [PATCH] Use `build-system.requires` for scikit-build min --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3611e9..8327999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies-file = "dependencies.yaml" [tool.scikit-build] build.verbose = true cmake.version = "CMakeLists.txt" -minimum-version = "0.10" +minimum-version = "build-system.requires" ninja.make-fallback = true build-dir = "build/{wheel_tag}" wheel.packages = ["pynvjitlink"]