Skip to content

Commit fb28f4f

Browse files
authored
gguf-py : fix upload python package workflow (#13020)
1 parent 37b9f0d commit fb28f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gguf-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gguf"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "Read and write ML models in GGUF for GGML"
55
authors = ["GGML <[email protected]>"]
66
packages = [
@@ -23,7 +23,7 @@ numpy = ">=1.17"
2323
tqdm = ">=4.27"
2424
pyyaml = ">=5.1"
2525
sentencepiece = ">=0.1.98,<=0.2.0"
26-
PySide6 = { version = "^6.9", optional = true }
26+
PySide6 = { version = "^6.9", python = ">=3.9,<3.14", optional = true }
2727

2828
[tool.poetry.dev-dependencies]
2929
pytest = "^5.2"

0 commit comments

Comments
 (0)