From 7afd7e935d230859c9d1c02d422a7cfc6f4b86b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:38:23 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0rc1 to 2.6.4 in /deep_learning_for_nlp Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0rc1 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.5.0-rc1...v2.6.4) --- 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..e44ae7c 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.6.4 matplotlib==3.4.1 \ No newline at end of file