8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b785a commit 1ed0f3eCopy full SHA for 1ed0f3e
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["scikit-build-core[pyproject]>=0.5.0"]
+requires = ["scikit-build-core[pyproject]>=0.5.1"]
3
build-backend = "scikit_build_core.build"
4
5
[project]
@@ -55,7 +55,7 @@ all = [
55
wheel.packages = ["llama_cpp"]
56
cmake.verbose = true
57
cmake.minimum-version = "3.21"
58
-minimum-version = "0.5"
+minimum-version = "0.5.1"
59
sdist.exclude = [".git", "vendor/llama.cpp/.git"]
60
61
[tool.scikit-build.metadata.version]
0 commit comments