python312Packages.albumentations: 2.0.5 -> 2.0.6 (#404411)

This commit is contained in:
OTABI Tomoya
2025-05-06 09:53:43 +09:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "albucore";
version = "0.0.23";
version = "0.0.24";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albucore";
tag = version;
hash = "sha256-jyNOrtQbQ62bQouu5WLYBWqVS5wUDZFsiqkMMb5p7Ek=";
hash = "sha256-frVMPW3au/6vPRY89GIt7chCPkUMl13DpPqCPqIjz/o=";
};
pythonRelaxDeps = [ "opencv-python" ];
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "albumentations";
version = "2.0.5";
version = "2.0.6";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albumentations";
tag = version;
hash = "sha256-WqU25I1DxBqZAXd2+sNMUv/HOL4towlGTnFnpCGmMgY=";
hash = "sha256-n00WE8RwwLx/vHRkIrOhrampFPVkPhAkS6zZ4XjEHTk=";
};
patches = [