immich-machine-learning: unpin pillow

This commit is contained in:
Robert Schütz 2024-11-11 19:36:13 -08:00
parent 31a78bf861
commit 1a4ebf1aeb

View File

@ -25,6 +25,7 @@ python.pkgs.buildPythonApplication rec {
'';
pythonRelaxDeps = [
"pillow"
"pydantic-settings"
];