python3Packages.mask-rcnn: use tensorflow_2

This commit is contained in:
Jonathan Ringer 2020-10-04 11:09:56 -07:00 committed by Jon
parent d65aba684f
commit b25c404b09

View file

@ -12,7 +12,7 @@
, pillow
, scikitimage
, scipy
, tensorflow
, tensorflow_2
}:
buildPythonPackage rec {
@ -39,7 +39,7 @@ buildPythonPackage rec {
pillow
scikitimage
scipy
tensorflow
tensorflow_2 # Keras only supports tensorflow 2 now
];
meta = with lib; {