From 5fe867fd284aa88b4fcd71bbdf62134dde60db7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 03:14:34 +0000 Subject: [PATCH] Bump nltk from 3.3 to 3.4.5 in /18-NLP/Word2Vec Bumps [nltk](https://github.com/nltk/nltk) from 3.3 to 3.4.5. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.3...3.4.5) Signed-off-by: dependabot[bot] --- 18-NLP/Word2Vec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18-NLP/Word2Vec/requirements.txt b/18-NLP/Word2Vec/requirements.txt index bddcf21..027d003 100644 --- a/18-NLP/Word2Vec/requirements.txt +++ b/18-NLP/Word2Vec/requirements.txt @@ -1,3 +1,3 @@ numpy==1.13.3 Keras==2.2.4 -nltk==3.3 +nltk==3.4.5