3 Commits

2 changed files with 506 additions and 450 deletions

951
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,12 @@
[tool.poetry]
name = "wdtagger"
version = "0.10.1"
version = "0.10.2"
description = ""
authors = ["Jianqi Pan <jannchie@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pillow = "^10.3.0"
pillow = ">=10.3.0,<12.0.0"
pandas = "^2.2.2"
huggingface-hub = "^0.23.3"
rich = "^13.7.1"