From 507c1da0663e80d01a5a608355f523c0a791971d Mon Sep 17 00:00:00 2001 From: Geza Velkey Date: Tue, 23 Apr 2024 08:34:15 +0200 Subject: [PATCH] fix: Update scikit-build-core build dependency avoid bug in 0.9.1 (#1370) cmake [options] cmake [options] cmake [options] -S -B Specify a source directory to (re-)generate a build system for it in the current working directory. Specify an existing build directory to re-generate its build system. Run 'cmake --help' for more information. issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2bbb4b..8345cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core[pyproject]>=0.5.1"] +requires = ["scikit-build-core[pyproject]>=0.9.2"] build-backend = "scikit_build_core.build" [project]