From 520986cd8da74ef2ed365d1dd3a9bd2213d2a277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 14:34:25 +0000 Subject: [PATCH] Bump tensorflow from 2.2.1 to 2.5.0 in /code Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.1 to 2.5.0. - [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.2.1...v2.5.0) Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 9d946b9..6aedc47 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -1,5 +1,5 @@ numpy==1.14.5 nltk==3.3 torch==0.3.1 -tensorflow==2.2.1 +tensorflow==2.5.0 tensorboardX==1.4