Loading pkgs/development/python-modules/albucore/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/python-modules/albucore/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading