Skip to content

Commit b87b75c

Browse files
committed
Bump dependency version
- scikit-build-core >=0.11 is required for PEP 639 license expressions
1 parent 2f8bce8 commit b87b75c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[build-system]
22
requires = [
3-
"scikit-build-core >=0.10",
4-
"nanobind >=2",
3+
"scikit-build-core >=0.11",
4+
"nanobind >=2, <3",
55

66
"setuptools >=45",
77
"setuptools_scm[toml] >=6.2",
88

99
"typing-extensions; python_version < '3.11'",
10-
11-
# No, it doesn't require NumPy on build-time.
1210
]
1311
build-backend = "scikit_build_core.build"
1412

0 commit comments

Comments
 (0)