8000 Bump scikit-build-core version to one that includes fix for windows c… · GPTprojects/llama-cpp-python@1ed0f3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ed0f3e

Browse files
committed
Bump scikit-build-core version to one that includes fix for windows cmake.
1 parent f7b785a commit 1ed0f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core[pyproject]>=0.5.0"]
2+
requires = ["scikit-build-core[pyproject]>=0.5.1"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
@@ -55,7 +55,7 @@ all = [
5555
wheel.packages = ["llama_cpp"]
5656
cmake.verbose = true
5757
cmake.minimum-version = "3.21"
58-
minimum-version = "0.5"
58+
minimum-version = "0.5.1"
5959
sdist.exclude = [".git", "vendor/llama.cpp/.git"]
6060

6161
[tool.scikit-build.metadata.version]

0 commit comments

Comments
 (0)
0