From b25c404b0925d57f0501211ac105b60098db567a Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 4 Oct 2020 11:09:56 -0700 Subject: [PATCH] python3Packages.mask-rcnn: use tensorflow_2 --- pkgs/development/python-modules/mask-rcnn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mask-rcnn/default.nix b/pkgs/development/python-modules/mask-rcnn/default.nix index ae07e7928a6..4c500a18515 100644 --- a/pkgs/development/python-modules/mask-rcnn/default.nix +++ b/pkgs/development/python-modules/mask-rcnn/default.nix @@ -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; {