forked from mirrors/nixpkgs
pythonPackages.imgaug: mark as broken
This commit is contained in:
parent
9559da73a2
commit
d27c1f64f4
|
@ -25,5 +25,6 @@ buildPythonPackage rec {
|
|||
description = "Image augmentation for machine learning experiments";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ cmcdragonkai ];
|
||||
broken = true; # opencv-python bindings aren't available yet, and look non-trivial
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue