Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 3ada378

Browse files
committed
pyproject: update scikit-build version
Fixes have been merged upstream and released so we can depend on PyPI version again.
1 parent 76c3e8c commit 3ada378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "scikit-build @ https://github.com/scikit-build/scikit-build/archive/14120db1a2ae0c1661a1b5a284f57b51b55ec066.zip", "cmake", "ninja"]
2+
requires = ["setuptools", "wheel", "scikit-build>=0.17.0", "cmake", "ninja"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]

0 commit comments

Comments
 (0)