gguf-py : add tqdm as a dependency

It's small, and used for a progress bar
in GGUFWriter.write_tensors_to_file
This commit is contained in:
Francis Couture-Harpin 2024-05-06 09:08:09 -04:00
parent 68c5ac628f
commit 94e667a9d8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.8"
numpy = ">=1.17"
tqdm = ">=4.27"
[tool.poetry.dev-dependencies]
pytest = "^5.2"