From 4811c5cdb0497a369fdb3e8dfd89133432978c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 21:01:33 +0000 Subject: [PATCH] Bump tensorflow from 2.5.1 to 2.7.2 in /Day13/Functions Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.7.2. - [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.5.1...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Day13/Functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day13/Functions/requirements.txt b/Day13/Functions/requirements.txt index 8dfffb9..fc1b96c 100644 --- a/Day13/Functions/requirements.txt +++ b/Day13/Functions/requirements.txt @@ -24,7 +24,7 @@ scikit-learn==0.22 scipy==1.3.3 six==1.13.0 tensorboard==1.15.0 -tensorflow==2.5.1 +tensorflow==2.7.2 tensorflow-estimator==1.15.1 termcolor==1.1.0 textgenrnn==1.5.0