python313Packages.albumentations: 1.4.23 -> 2.0.0 (#374661)

This commit is contained in:
Martin Weinelt
2025-01-18 22:03:21 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "albucore";
version = "0.0.21";
version = "0.0.23";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albucore";
tag = version;
hash = "sha256-bIsJ9o1gPCGJZXrzZbRXzS3ZQURcRaWmGBQZsAdX0eg=";
hash = "sha256-jyNOrtQbQ62bQouu5WLYBWqVS5wUDZFsiqkMMb5p7Ek=";
};
pythonRelaxDeps = [ "opencv-python" ];
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "albumentations";
version = "1.4.23";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albumentations";
tag = version;
hash = "sha256-d/5ZTSFcQqsiF2rDX92iXO2eHHS+GOBvWFw0MlSwyhE=";
hash = "sha256-8WEOI2J2H4PNhyb9LoIUMofGKx9AHPiPddkQCSdh8/A=";
};
patches = [