From 595bd0ab53c7399029ea212f97d2f09860b99d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 10:33:27 -0800 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.0.1 in /ml_engine/online_prediction (#2751) * Bump tensorflow from 2.0.0 to 2.0.1 in /ml_engine/online_prediction Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] * fix: specify tensorflow version * Fix python2 tf version Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- ml_engine/online_prediction/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ml_engine/online_prediction/requirements.txt b/ml_engine/online_prediction/requirements.txt index ff9c45635208..e179f3710a11 100644 --- a/ml_engine/online_prediction/requirements.txt +++ b/ml_engine/online_prediction/requirements.txt @@ -1,4 +1,5 @@ -tensorflow==2.0.0 +tensorflow==2.0.1; python_version > "3.0" +tensorflow==1.15.0; python_version < "3.0" google-api-python-client==1.7.11 google-auth==1.10.0 google-auth-httplib2==0.0.3