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

This commit is contained in:
Luna Nova
2025-08-24 21:55:35 -07:00
parent 0331ac1a11
commit 6052b3ba6d
@@ -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";