gguf-py : fix upload python package workflow (#13020)
This commit is contained in:
parent
37b9f0d29d
commit
fb28f4f80e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "gguf"
|
name = "gguf"
|
||||||
version = "0.16.1"
|
version = "0.16.2"
|
||||||
description = "Read and write ML models in GGUF for GGML"
|
description = "Read and write ML models in GGUF for GGML"
|
||||||
authors = ["GGML <ggml@ggml.ai>"]
|
authors = ["GGML <ggml@ggml.ai>"]
|
||||||
packages = [
|
packages = [
|
||||||
|
@ -23,7 +23,7 @@ numpy = ">=1.17"
|
||||||
tqdm = ">=4.27"
|
tqdm = ">=4.27"
|
||||||
pyyaml = ">=5.1"
|
pyyaml = ">=5.1"
|
||||||
sentencepiece = ">=0.1.98,<=0.2.0"
|
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]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^5.2"
|
pytest = "^5.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue