Skip to content

Commit

Permalink
Update nltk dependency to 3.4.5 to fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
James Moore committed Apr 8, 2021
1 parent 3e6bc31 commit 7f79930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ multi-bleu.perl
glove2word2vec.py

.idea/
venv/
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click>=6.3
nltk>=3.1
nltk>=3.4.5
numpy>=1.11.0
psutil>=5.6.2
requests>=2.19
Expand Down

0 comments on commit 7f79930

Please sign in to comment.