From f12168fbc299495079a5138080afcb1b19cb1610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 21:17:06 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0rc1 to 2.7.2 in /deep_learning_for_nlp Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0rc1 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.0-rc1...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deep_learning_for_nlp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep_learning_for_nlp/requirements.txt b/deep_learning_for_nlp/requirements.txt index d470281..7af6bdc 100644 --- a/deep_learning_for_nlp/requirements.txt +++ b/deep_learning_for_nlp/requirements.txt @@ -2,5 +2,5 @@ jupyter==1.0.0 pandas==1.2.4 requests==2.25.1 scikit-learn==0.24.1 -tensorflow==2.5.0rc1 +tensorflow==2.7.2 matplotlib==3.4.1 \ No newline at end of file