From 05cb7fff3930f8c6dadc93dc9bacff70b62bc815 Mon Sep 17 00:00:00 2001 From: Christopher Suter Date: Thu, 9 Aug 2018 16:04:51 -0700 Subject: [PATCH] Increment TensorFlow version requirement to 1.10.0 PiperOrigin-RevId: 208127044 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb67276d75..04998665b0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'numpy <=1.14.5, >=1.13.3', ] -REQUIRED_TENSORFLOW_VERSION = '1.9.0' +REQUIRED_TENSORFLOW_VERSION = '1.10.0' if '--gpu' in sys.argv: use_gpu = True