immich-machine-learning: clean up dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user