python3Packages.albucore: set skipBulkUpdate so albumentations doesn't break
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user