Skip to content

Commit 0dcf1c2

Browse files
Bump tensorflow from 1.14.0 to 2.4.2
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.4.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.14.0...v2.4.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c03bc33 commit 0dcf1c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Ch10/ch10-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ transformers==4.7.0
44
pandas==1.1.5
55
pytorch-pretrained-bert==0.6.2
66
pytorch-nlp==0.5.0
7-
tensorflow==1.14.0
7+
tensorflow==2.4.2
88
torch==1.9.0
99
keras==2.5.0
1010
scikit-learn==0.21.3

Ch2/ch2-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nlpaug==0.0.14
88
snorkel==0.9.6
99
treedlib==0.1.3
1010
numbskull==0.1.1
11-
tensorflow==1.15
11+
tensorflow==2.4.2
1212
tensorboard==1.15
1313
nltk==3.2.5
1414
matplotlib==3.2.2

Ch3/ch3-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spacy==2.2.4
88
requests==2.23.0
99
nltk==3.2.5
1010
matplotlib==3.2.2
11-
tensorflow==1.14.0
11+
tensorflow==2.4.2

Ch4/ch4-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nltk==3.5
55
gensim==3.8.3
66
wget==3.2
77
fasttext==0.9.2
8-
tensorflow==1.14.0
8+
tensorflow==2.4.2
99
torch==1.9.0
1010
pytorch_pretrained_bert==0.6.2
1111
pytorch-nlp==0.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ summa==1.2.0
150150
sumy==0.8.1
151151
tabulate==0.8.7
152152
tensorboard==1.14.0
153-
tensorflow==1.14.0
153+
tensorflow==2.4.2
154154
tensorflow-estimator==1.14.0
155155
termcolor==1.1.0
156156
terminado==0.8.3

0 commit comments

Comments
 (0)