chore(thumbs): prepare for pillow_heif removing AVIF support (#1065)

* fix(thumb_renderer): prepare for pillow_heif removing AVIF support

* fix(nix/package): add pillow-avif-plugin
This commit is contained in:
Xarvex
2025-08-29 20:05:40 -04:00
committed by GitHub
parent 8e1ae81ec9
commit 2926b91980
3 changed files with 6 additions and 3 deletions

View File

@@ -16,7 +16,8 @@ dependencies = [
"mutagen~=1.47",
"numpy~=2.2",
"opencv_python~=4.11",
"Pillow>=10.2,<=12.0",
"Pillow>=10.2,<=11",
"pillow-avif-plugin~=1.5",
"pillow-heif~=0.22",
"pillow-jxl-plugin~=1.3",
"pydantic~=2.10",