Commit bc4e633f authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.albumentations: 1.4.16 -> 1.4.17

parent ed45f4b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];