Skip to content

Commit 5ccda74

Browse files
committed
Build fix for python < 3.11
1 parent f3f673d commit 5ccda74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["scikit-build-core >=0.4.3", "nanobind == 2.1.0"]
2+
requires = ["scikit-build-core >=0.4.3",
3+
"nanobind == 2.1.0",
4+
"typing_extensions;python_version < '3.11'"
5+
]
36
build-backend = "scikit_build_core.build"
47

58
[project]

0 commit comments

Comments
 (0)