From 7056d1975dc36dda7920ce5f12f3216b2315f4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 00:38:27 +0000 Subject: [PATCH] Bump nltk from 2.0.5 to 3.4.5 Bumps [nltk](http://nltk.org/) from 2.0.5 to 3.4.5. Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4c48e17..448f12c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.8.0 -nltk==2.0.5 +nltk==3.4.5 scipy==0.13.2 scikit-learn==0.15.2 goose-extractor==1.0.25 diff --git a/setup.py b/setup.py index ab423ea..6b01c3b 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read(filename): ], install_requires=[ 'numpy==1.8.0', - 'nltk==2.0.5', + 'nltk==3.4.5', 'scipy==0.13.2', 'scikit-learn==0.15.2', 'goose-extractor==1.0.25',