From 413c572fee123f4527cd989e32b7e3ada8a268ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:42:40 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.9.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/v1.14.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ch10/ch10-requirements.txt | 2 +- Ch2/ch2-requirements.txt | 2 +- Ch3/ch3-requirements.txt | 2 +- Ch4/ch4-requirements.txt | 2 +- requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ch10/ch10-requirements.txt b/Ch10/ch10-requirements.txt index b684bd8..ca4cfd6 100644 --- a/Ch10/ch10-requirements.txt +++ b/Ch10/ch10-requirements.txt @@ -4,7 +4,7 @@ transformers==4.7.0 pandas==1.1.5 pytorch-pretrained-bert==0.6.2 pytorch-nlp==0.5.0 -tensorflow==1.14.0 +tensorflow==2.9.3 torch==1.9.0 keras==2.5.0 scikit-learn==0.21.3 diff --git a/Ch2/ch2-requirements.txt b/Ch2/ch2-requirements.txt index 520709c..4f5c26b 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.9.3 tensorboard==1.15 nltk==3.2.5 matplotlib==3.2.2 diff --git a/Ch3/ch3-requirements.txt b/Ch3/ch3-requirements.txt index c7fa353..1beeed1 100644 --- a/Ch3/ch3-requirements.txt +++ b/Ch3/ch3-requirements.txt @@ -8,4 +8,4 @@ spacy==2.2.4 requests==2.23.0 nltk==3.2.5 matplotlib==3.2.2 -tensorflow==1.14.0 \ No newline at end of file +tensorflow==2.9.3 \ No newline at end of file diff --git a/Ch4/ch4-requirements.txt b/Ch4/ch4-requirements.txt index ae20396..30d195e 100644 --- a/Ch4/ch4-requirements.txt +++ b/Ch4/ch4-requirements.txt @@ -5,7 +5,7 @@ nltk==3.5 gensim==3.8.3 wget==3.2 fasttext==0.9.2 -tensorflow==1.14.0 +tensorflow==2.9.3 torch==1.9.0 pytorch_pretrained_bert==0.6.2 pytorch-nlp==0.5.0 diff --git a/requirements.txt b/requirements.txt index 57dac72..ba8ee9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -150,7 +150,7 @@ summa==1.2.0 sumy==0.8.1 tabulate==0.8.7 tensorboard==1.14.0 -tensorflow==1.14.0 +tensorflow==2.9.3 tensorflow-estimator==1.14.0 termcolor==1.1.0 terminado==0.8.3