We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a6bbe commit cf9e613Copy full SHA for cf9e613
1 file changed
pyproject.toml
@@ -45,8 +45,10 @@ all = [
45
46
[tool.scikit-build]
47
wheel.packages = ["llama_cpp"]
48
-wheel.expand-macos-universal-tags = true
49
cmake.verbose = true
+cmake.minimum-version = "3.12"
50
+minimum-version = "0.5"
51
+ninja.make-fallback = false
52
53
[project.urls]
54
Homepage = "https://github.com/abetlen/llama-cpp-python"
0 commit comments