From 3038d76e0d62720ddfe39fe304e87c86942b422a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 16:04:57 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.5.0 in /Tech_Problems Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.5.0. - [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.5.0) 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..573fd88 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.5.0 \ No newline at end of file