From f983564d77a3fb7b6a98439bef3ae4ff97814c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:58:19 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.7.2 in /Ch2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.7.2. - [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.7.2) --- 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..dcaa443 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.7.2 tensorboard==1.15 nltk==3.2.5 matplotlib==3.2.2