From 95c1e6974db5b485dbaecee956259aca9f679e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:04:25 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.0.1 in /Tech_Problems 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] --- Tech_Problems/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tech_Problems/requirements.txt b/Tech_Problems/requirements.txt index d1edcd4..43c9f0d 100644 --- a/Tech_Problems/requirements.txt +++ b/Tech_Problems/requirements.txt @@ -5,4 +5,4 @@ sklearn==0.0 seaborn==0.9.0 keras==2.3.1 joblib==0.14.1 -tensorflow==2.0.0 \ No newline at end of file +tensorflow==2.0.1 \ No newline at end of file