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 4b5c9bd commit bceb8c9Copy full SHA for bceb8c9
pyproject.toml
@@ -1,5 +1,6 @@
1
[build-system]
2
-requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
+requires = ["scikit-build-core >=0.4.3",
3
+ "nanobind @ git+https://github.com/wjakob/nanobind@master"]
4
build-backend = "scikit_build_core.build"
5
6
[project]
@@ -38,6 +39,9 @@ build-verbosity = 1
38
39
test-command = "pytest {project}/tests"
40
test-requires = "pytest"
41
42
+[tool.cibuildwheel.windows]
43
+archs = ["x86", "AMD64", "ARM64"]
44
+
45
# Needed for full C++17 support
46
[tool.cibuildwheel.macos.environment]
47
MACOSX_DEPLOYMENT_TARGET = "10.14"
0 commit comments