From 37d41faf33ec336cd29a7af26e9afc0b31dc9f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:16:06 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.5.1 in /Ch2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.5.1. - [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/v1.15.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ch2/ch2-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch2/ch2-requirements.txt b/Ch2/ch2-requirements.txt index 520709c..01070c5 100644 --- a/Ch2/ch2-requirements.txt +++ b/Ch2/ch2-requirements.txt @@ -8,7 +8,7 @@ nlpaug==0.0.14 snorkel==0.9.6 treedlib==0.1.3 numbskull==0.1.1 -tensorflow==1.15 +tensorflow==2.5.1 tensorboard==1.15 nltk==3.2.5 matplotlib==3.2.2