We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c162c24 commit b430e38Copy full SHA for b430e38
pyproject.toml
@@ -1,5 +1,9 @@
1
[build-system]
2
-requires = ["scikit-build-core>=0.10", "nanobind>=2.5"]
+requires = [
3
+ "scikit-build-core>=0.10",
4
+ "nanobind>=2.5",
5
+ "typing_extensions", # required by nanobind stubgen
6
+]
7
build-backend = "scikit_build_core.build"
8
9
[project]
0 commit comments