python312Packages.albumentations: 1.4.16 -> 1.4.17

This commit is contained in:
R. Ryantm 2024-10-01 23:25:29 +00:00
parent ed45f4b166
commit bc4e633f17

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" ];