From 2a7abe62d1a4b2245c1ddc67e085d6806fa737ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 05:55:50 +0000 Subject: [PATCH] Bump tensorflow from 2.5.0rc1 to 2.5.3 in /deep_learning_for_nlp Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0rc1 to 2.5.3. - [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.5.3) --- 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..7293921 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.5.3 matplotlib==3.4.1 \ No newline at end of file