Skip to content

Commit 130ecfc

Browse files
committed
Simplify comment
1 parent 7717220 commit 130ecfc

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

python/pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
# NOTE: petsc4py is an optional build dependency, therefore we don't
55
# list it here.
66
[build-system]
7-
# scikit-build-core>=0.11 has SPDX license support PEP 639
7+
# scikit-build-core>=0.11 has SPDX license support PEP 639.
88
# scikit-build-core>=1.0.0: editable installs need its PathFinder-based
9-
# module resolution. Older versions' editable redirect always fails to
10-
# import dolfinx.cpp, since the nanobind-generated dolfinx/cpp/*.pyi stub
11-
# directory sits alongside the compiled dolfinx/cpp.<ext> module and
12-
# confuses their file-vs-package classifier.
13-
# nanobind>=2.9.2 has working recursive stubgen
9+
# module resolution, required for nanobind-stubgen `import dolfinx.cpp`.
10+
# nanobind>=2.9.2 has working recursive stubgen.
1411
requires = ["scikit-build-core>=1.0.0", "nanobind>=2.9.2", "mpi4py"]
1512
build-backend = "scikit_build_core.build"
1613

0 commit comments

Comments
 (0)