File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ if (NOT SKBUILD)
2020 $ pip install nanobind scikit-build-core[pyproject]
2121 $ pip install --no-build-isolation -ve .
2222 =====================================================================
23- You can optionally add -Ceditable.rebuild=true to auto-rebuild when you
24- import . Otherwise, you need to rerun the above command when you edit C++ files.
25- " )
23+ You may optionally add -Ceditable.rebuild=true to auto-rebuild when
24+ the package is imported . Otherwise, you need to re-run the above
25+ after editing C++ files. " )
2626endif ()
2727
2828# Try to import all Python components potentially needed by nanobind
@@ -55,5 +55,5 @@ nanobind_add_module(
5555 src/nanobind_example_ext.cpp
5656)
5757
58- # Install directive for scikit-build
58+ # Install directive for scikit-build-core
5959install (TARGETS nanobind_example_ext LIBRARY DESTINATION nanobind_example)
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" scikit-build-core >=0.4.3" , " nanobind >=1.3.1 " ]
2+ requires = [" scikit-build-core >=0.4.3" , " nanobind >=1.3.2 " ]
33build-backend = " scikit_build_core.build"
44
55[project ]
@@ -31,12 +31,6 @@ wheel.py-api = "cp312"
3131
3232
3333[tool .cibuildwheel ]
34- # PyPy38 is not supported by nanobind
35- skip = [" pp38*" ]
36-
37- # 32-bit builds are not supported by nanobind
38- archs = [" auto64" ]
39-
4034# Necessary to see build output from the actual compilation
4135build-verbosity = 1
4236
You can’t perform that action at this time.
0 commit comments