From 133cdb1859a7558de4caee956aeccd8da96b068b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:08:32 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.6.4 in /Tech_Problems Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.6.4. - [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.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..f3b86c0 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.6.4 \ No newline at end of file