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 f3f673d commit 5ccda74Copy full SHA for 5ccda74
pyproject.toml
@@ -1,5 +1,8 @@
1
[build-system]
2
-requires = ["scikit-build-core >=0.4.3", "nanobind == 2.1.0"]
+requires = ["scikit-build-core >=0.4.3",
3
+ "nanobind == 2.1.0",
4
+ "typing_extensions;python_version < '3.11'"
5
+]
6
build-backend = "scikit_build_core.build"
7
8
[project]
0 commit comments