Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 25cf2fe

Browse files
Bump nltk from 3.4.5 to 3.6.5
Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.5. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@3.4.5...3.6.5) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d0f5c6 commit 25cf2fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matplotlib>=3.1.2
88
seaborn>=0.9.0
99
fpdf==1.7.2
1010
wordcloud==1.5.0
11-
nltk==3.4.5
11+
nltk==3.6.5
1212
ordered-set>=3.1.0
1313
dill>=0.3.0
1414
yattag==1.12.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_version():
3737
'seaborn>=0.9.0',
3838
'fpdf==1.7.2',
3939
'wordcloud==1.5.0',
40-
'nltk==3.4.5',
40+
'nltk==3.6.5',
4141
'ordered-set>=3.1.0',
4242
'lime>=0.1.1, <=2',
4343
'dill>=0.3.0',

0 commit comments

Comments
 (0)