From 16056e335b8c14ba5004d36debea0370cf364201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:26:02 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.6.4 in /Ch2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 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/v1.15.0...v2.6.4) --- 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..6d746cd 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.6.4 tensorboard==1.15 nltk==3.2.5 matplotlib==3.2.2