Skip to content

Commit 7b94e28

Browse files
authored
fix(deps): Pin scikit-build-core build backend (fixes y-scope#2370). (y-scope#2371)
1 parent dc10461 commit 7b94e28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-wheels/yscope-clp-core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ requires-python = ">=3.10"
1717
"Issue Tracker" = "https://github.com/y-scope/clp/issues"
1818

1919
[build-system]
20-
requires = ["scikit-build-core"]
20+
requires = ["scikit-build-core==1.0.0"]
2121
build-backend = "scikit_build_core.build"
2222

2323
[tool.scikit-build]
2424
wheel.packages = ["yscope_clp_core"]
2525
wheel.py-api = "py3"
2626
cmake.version = ">=3.31.0"
2727
ninja.version = ">=1.10.0"
28-
cmake.verbose = true
28+
build.verbose = true
2929
logging.level = "DEBUG"
3030

3131
[dependency-groups]

0 commit comments

Comments
 (0)