immich-machine-learning: clean up dependencies

This commit is contained in:
Robert Schütz
2024-10-27 09:56:19 -07:00
parent b263dec17d
commit c248805464
@@ -25,9 +25,12 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"pydantic-settings"
];
pythonRemoveDeps = [
# https://github.com/immich-app/immich/pull/13762
"setuptools"
];
pythonRemoveDeps = [ "opencv-python-headless" ];
build-system = with python.pkgs; [
poetry-core
@@ -38,7 +41,7 @@ python.pkgs.buildPythonApplication rec {
with python.pkgs;
[
insightface
opencv4
opencv-python-headless
pillow
fastapi
uvicorn
@@ -47,7 +50,6 @@ python.pkgs.buildPythonApplication rec {
aiocache
rich
ftfy
setuptools
python-multipart
orjson
gunicorn