Unverified Commit 6052b3ba authored by Luna Nova's avatar Luna Nova
Browse files

python3Packages.albucore: set skipBulkUpdate so albumentations doesn't break

parent 0331ac1a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  # albumentations doesn't support newer versions of albucore
  # and has been archived upstream in favor of relicensed `albumentationsx`
  passthru.skipBulkUpdate = true;

  meta = {
    description = "High-performance image processing library to optimize and extend Albumentations with specialized functions for image transformations";
    homepage = "https://github.com/albumentations-team/albucore";