fix: update Pillow constraints (#958)

update pillow and lock deps

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-02-13 14:19:37 +01:00
committed by GitHub
parent 2d66e99b69
commit af19c03f6e
2 changed files with 162 additions and 171 deletions

View File

@@ -63,7 +63,7 @@ transformers = [
{markers = "sys_platform != 'darwin' or platform_machine != 'x86_64'", version = "^4.46.0", optional = true },
{markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'", version = "~4.42.0", optional = true }
]
pillow = "^10.0.0"
pillow = ">=10.0.0,<12.0.0"
tqdm = "^4.65.0"
[tool.poetry.group.dev.dependencies]