]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
gguf-py : fix upload python package workflow (#13020) gguf-v0.16.2
authorSigbjørn Skjæret <redacted>
Sat, 19 Apr 2025 14:26:38 +0000 (16:26 +0200)
committerGitHub <redacted>
Sat, 19 Apr 2025 14:26:38 +0000 (16:26 +0200)
gguf-py/pyproject.toml

index 9745d3ea8478655ccf9e37ecf1000e70baafb22e..0c82725677f0a44951475ec8fc5907696f54ae47 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "gguf"
-version = "0.16.1"
+version = "0.16.2"
 description = "Read and write ML models in GGUF for GGML"
 authors = ["GGML <ggml@ggml.ai>"]
 packages = [
@@ -23,7 +23,7 @@ numpy = ">=1.17"
 tqdm = ">=4.27"
 pyyaml = ">=5.1"
 sentencepiece = ">=0.1.98,<=0.2.0"
-PySide6 = { version = "^6.9", optional = true }
+PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }
 
 [tool.poetry.dev-dependencies]
 pytest = "^5.2"