From eb976401979615d5cef285f591496031842b007e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 16:47:37 +0000 Subject: [PATCH] Bump nltk from 3.2.2 to 3.4.5 in /prediction Bumps [nltk](https://github.com/nltk/nltk) from 3.2.2 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.2.2...3.4.5) Signed-off-by: dependabot[bot] --- prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prediction/requirements.txt b/prediction/requirements.txt index 8ffbd7f..605f0a5 100644 --- a/prediction/requirements.txt +++ b/prediction/requirements.txt @@ -1,6 +1,6 @@ numpy==1.11.0 gensim==1.0.1 -nltk==3.2.2 +nltk==3.4.5 scipy>=0.15.1 scikit-learn>=0.18 matplotlib>=1.4.3