Unverified Commit be6dc3cd authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

immich-machine-learning: unpin pillow (#355355)

parents 9c85c8a2 1a4ebf1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ python.pkgs.buildPythonApplication rec {
  '';

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