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

@@ -74,6 +74,7 @@ python3Packages.buildPythonApplication {
pythonRelaxDeps = [
"numpy"
"pillow"
"pillow-avif-plugin"
"pillow-heif"
"pillow-jxl-plugin"
"pyside6"
@@ -93,6 +94,7 @@ python3Packages.buildPythonApplication {
numpy
opencv-python
pillow
pillow-avif-plugin
pillow-heif
pydantic
pydub