From 97e3916d304c9abb2cd4c485ab996d3fbce82785 Mon Sep 17 00:00:00 2001 From: Gabriel de Marmiesse Date: Wed, 9 Oct 2019 19:48:36 +0200 Subject: [PATCH] Bumped tf2 version to 2.0.0 (#13412) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78472d97c0d..48f8d5d43d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ install: # install TensorFlow (CPU version). - if [[ "$MODE" == "TF2" ]]; then - pip install tf-nightly-2.0-preview --progress-bar off; + pip install tensorflow==2.0.0 --progress-bar off; else pip install tensorflow==1.14.0 --progress-bar off; fi