19 buildPythonPackage rec {
20 pname = "albumentations";
24 disabled = pythonOlder "3.8";
27 inherit pname version;
28 hash = "sha256-lznWLJocXdfwnhAZ33V5ZdlFCAsNa0u/rjfkjmHBQOg=";
64 pythonImportsCheck = [ "albumentations" ];
67 description = "Fast image augmentation library and easy to use wrapper around other libraries";
68 homepage = "https://github.com/albumentations-team/albumentations";
69 changelog = "https://github.com/albumentations-team/albumentations/releases/tag/${version}";
70 license = licenses.mit;
71 maintainers = with maintainers; [ natsukium ];