python312Packages.albumentations: 1.4.16 -> 1.4.17 (#345801)

This commit is contained in:
Nick Cao 2024-10-02 09:53:28 -04:00 committed by GitHub
commit 9a92e5337d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "albumentations";
version = "1.4.16";
version = "1.4.17";
pyproject = true;
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albumentations";
rev = "refs/tags/${version}";
hash = "sha256-cfft5RovAJaCNTD9P9KsAJFmdwHwE0gYQ3yd6a3AAMU=";
hash = "sha256-4JOqaSpBXSrAR3qrOeab+PvhXPcoEnblO0n9TSqW0bY=";
};
pythonRemoveDeps = [ "opencv-python" ];