Skip to content

Commit 6e6fa1a

Browse files
authored
chore: use scikit-build-core 0.10 and auto minimum (wjakob#692)
1 parent d78ccba commit 6e6fa1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core"]
2+
requires = ["scikit-build-core >=0.10"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
@@ -49,7 +49,7 @@ Homepage = "https://github.com/wjakob/nanobind"
4949

5050

5151
[tool.scikit-build]
52-
minimum-version = "0.9"
52+
minimum-version = "build-system.requires"
5353
wheel.platlib = false
5454
cmake.define.NB_TEST = false
5555

0 commit comments

Comments
 (0)