Add pyproject extra for scikit-build-core to ensure compatible pathspec version

This commit is contained in:
Andrei Betlen 2023-09-13 16:51:57 -04:00
parent cacfd562ba
commit 6cfc54284b

View file

@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.5.0"]
requires = ["scikit-build-core[pyproject]>=0.5.0"]
build-backend = "scikit_build_core.build"
[project]