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

Luna Nova 6052b3ba 0331ac1a

Changed files
+4
pkgs
development
python-modules
albucore
+4
pkgs/development/python-modules/albucore/default.nix
···
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";