Skip to content

Commit

Permalink
immich: 1.117.0 -> 1.118.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and vinylen committed Oct 17, 2024
1 parent d8a6844 commit 5424bfc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 33 deletions.
29 changes: 6 additions & 23 deletions pkgs/by-name/im/immich-machine-learning/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,6 @@
let
python = python3.override {
self = python;

packageOverrides = self: super: {
pydantic = super.pydantic_1;

versioningit = super.versioningit.overridePythonAttrs (_: {
doCheck = false;
});

albumentations = super.albumentations.overridePythonAttrs (old: rec {
version = "1.4.3";
src = fetchFromGitHub {
owner = "albumentations-team";
repo = "albumentations";
rev = version;
hash = "sha256-JIBwjYaUP4Sc1bVM/zlj45cz9OWpb/LOBsIqk1m+sQA=";
};
dependencies = old.dependencies ++ [
self.scikit-learn
];
});
};
};
in
python.pkgs.buildPythonApplication rec {
Expand All @@ -44,7 +23,10 @@ python.pkgs.buildPythonApplication rec {
substituteInPlace app/test_main.py --replace-fail ": cv2.Mat" ""
'';

pythonRelaxDeps = [ "setuptools" ];
pythonRelaxDeps = [
"pydantic-settings"
"setuptools"
];
pythonRemoveDeps = [ "opencv-python-headless" ];

build-system = with python.pkgs; [
Expand All @@ -60,6 +42,8 @@ python.pkgs.buildPythonApplication rec {
pillow
fastapi
uvicorn
pydantic
pydantic-settings
aiocache
rich
ftfy
Expand All @@ -69,7 +53,6 @@ python.pkgs.buildPythonApplication rec {
gunicorn
huggingface-hub
tokenizers
pydantic
]
++ uvicorn.optional-dependencies.standard;

Expand Down
20 changes: 10 additions & 10 deletions pkgs/by-name/im/immich/sources.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"version": "1.117.0",
"hash": "sha256-v4TxKL+NaaAFxlJx/AG/5JxWnPK9uO6GjM4aoW53nzQ=",
"version": "1.118.1",
"hash": "sha256-rWBW0EwehuWnKk6qEte+dPd9l7FbLzwdkCSKMm22Orw=",
"components": {
"cli": {
"npmDepsHash": "sha256-ARjrBHx4aOiNy2PbHWS7kP9Z8QiNyTeyImSxIsXwPnU=",
"version": "2.2.23"
"npmDepsHash": "sha256-0je82BtDH6cUzoMrmeIS0jLmWPbmkdIQJ/SnmbAMtbw=",
"version": "2.2.25"
},
"server": {
"npmDepsHash": "sha256-RjaTRqfZpDhI8lMVvsgICUn8g4NFnqcPptem/AwRr38=",
"version": "1.117.0"
"npmDepsHash": "sha256-Jxb47Y4x9A6s4zGODIp6rze7iQ/w8Gvt31NHSATLYCM=",
"version": "1.118.1"
},
"web": {
"npmDepsHash": "sha256-TZnpbLJbTNFwI2Kvng88z0T1jFf4Tj2xwR0X0wCLaD0=",
"version": "1.117.0"
"npmDepsHash": "sha256-BUgkdsC6raURkyy6eN31uCMKmBbL+fCbGabfHJgJn8g=",
"version": "1.118.1"
},
"open-api/typescript-sdk": {
"npmDepsHash": "sha256-G+iivJ0jibRCw/RChv5heVwY7c7oY/EG4bL+kpjoADQ=",
"version": "1.117.0"
"npmDepsHash": "sha256-Ga/aU5hojd3SgtoiM5QLsmzS5k7CRvh13a4lkC0BZA8=",
"version": "1.118.1"
}
}
}

0 comments on commit 5424bfc

Please sign in to comment.