8000 Update scikit-build-core options · earonesty/llama-cpp-python@cf9e613 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf9e613

Browse files
committed
Update scikit-build-core options
1 parent 04a6bbe commit cf9e613

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ all = [
4545

4646
[tool.scikit-build]
4747
wheel.packages = ["llama_cpp"]
48-
wheel.expand-macos-universal-tags = true
4948
cmake.verbose = true
49+
cmake.minimum-version = "3.12"
50+
minimum-version = "0.5"
51+
ninja.make-fallback = false
5052

5153
[project.urls]
5254
Homepage = "https://github.com/abetlen/llama-cpp-python"

0 commit comments

Comments
 (0)
0