Commit 1a4ebf1a authored by Robert Schütz's avatar Robert Schütz
Browse files

immich-machine-learning: unpin pillow

parent 31a78bf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ python.pkgs.buildPythonApplication rec {
  '';

  pythonRelaxDeps = [
    "pillow"
    "pydantic-settings"
  ];