From 51b29a858ade71f84177046be180bc96ae220845 Mon Sep 17 00:00:00 2001 From: Ryan Culbertson Date: Thu, 29 Aug 2019 15:22:09 -0400 Subject: [PATCH] Fix #213, #207 - Bump Tensorflow version: 1.13.1 -> 1.14.0 and tfx libs to 0.14.x (#208) --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 844dfdb..f06d996 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ oauth2client<4.0.0 pandas>=0.22.0,<1.0.0 six>=1.11.0,<2.0.0 scikit-learn>=0.18,<0.21 -tensorflow==1.13.1 -tfx==0.13.0 +tensorflow>=1.14.0,<1.15 +tensorflow-data-validation>=0.14.1,<0.15 +tensorflow-transform>=0.14.0,<0.15 typing>=3.6.4,<4.0.0