Skip to content

Commit b430e38

Browse files
committed
build: add typing_extensions as build requirements
1 parent c162c24 commit b430e38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[build-system]
2-
requires = ["scikit-build-core>=0.10", "nanobind>=2.5"]
2+
requires = [
3+
"scikit-build-core>=0.10",
4+
"nanobind>=2.5",
5+
"typing_extensions", # required by nanobind stubgen
6+
]
37
build-backend = "scikit_build_core.build"
48

59
[project]

0 commit comments

Comments
 (0)