fix: Update scikit-build-core build dependency avoid bug in 0.9.1 (#1370)
cmake [options] <path-to-source> cmake [options] <path-to-existing-build> cmake [options] -S <path-to-source> -B <path-to-build> 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
This commit is contained in:
parent
8559e8ce88
commit
507c1da066
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue