Skip to content

Commit 77a2594

Browse files
authored
Merge pull request #47 from musicinmybrain/pyproject-extra
No longer require pyproject extra of scikit-build-core
2 parents 99a2e19 + d507d38 commit 77a2594

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 = ["setuptools_scm>=7", "scikit-build-core[pyproject]>=0.5"]
2+
requires = [
3+
"setuptools_scm>=7",
4+
"scikit-build-core>=0.11; python_version >= '3.9'",
5+
"scikit-build-core[pyproject]>=0.5; python_version < '3.9'",
6+
]
37
build-backend = "scikit_build_core.build"
48

59
[tool.scikit-build]

0 commit comments

Comments
 (0)