chore(dependencies): update various package versions in poetry.lock && update pillow version range in pyproject.toml

This commit is contained in:
Jianqi Pan 2024-11-22 19:23:59 +09:00
parent fe5ad89a29
commit ec1f0b6e26
2 changed files with 420 additions and 362 deletions

779
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,9 @@ version = "0.10.1"
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"