We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc10461 commit 7b94e28Copy full SHA for 7b94e28
1 file changed
python-wheels/yscope-clp-core/pyproject.toml
@@ -17,15 +17,15 @@ requires-python = ">=3.10"
17
"Issue Tracker" = "https://github.com/y-scope/clp/issues"
18
19
[build-system]
20
-requires = ["scikit-build-core"]
+requires = ["scikit-build-core==1.0.0"]
21
build-backend = "scikit_build_core.build"
22
23
[tool.scikit-build]
24
wheel.packages = ["yscope_clp_core"]
25
wheel.py-api = "py3"
26
cmake.version = ">=3.31.0"
27
ninja.version = ">=1.10.0"
28
-cmake.verbose = true
+build.verbose = true
29
logging.level = "DEBUG"
30
31
[dependency-groups]
0 commit comments