From 2e8600db32d2eaaaf24ac4169fe111fc08c0ee1d Mon Sep 17 00:00:00 2001 From: Christopher Suter Date: Mon, 29 Oct 2018 16:30:45 -0400 Subject: [PATCH] Bump TF version dependency up to 1.12.0-rc2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93c6611e01..c498397e77 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'numpy >= 1.13.3', ] -REQUIRED_TENSORFLOW_VERSION = '1.12.0-rc1' +REQUIRED_TENSORFLOW_VERSION = '1.12.0-rc2' if '--gpu' in sys.argv: use_gpu = True