From 5a3839ef51e6d0b348dc79d7f731b3440fb39040 Mon Sep 17 00:00:00 2001 From: Shawn-Shan Date: Tue, 14 Jul 2020 18:34:14 -0500 Subject: [PATCH] update requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40941ee..09435f5 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup_requires = [] install_requires = [ 'numpy==1.16.4', # 'tensorflow-gpu>=1.13.1, <=1.14.0', - 'tensorflow>=1.13.1, <=1.14.0', + 'tensorflow>=1.11.1, <=1.14.0', 'argparse', 'keras==2.2.5', 'scikit-image',