From 94d24799665b8be3930d91664389a6bf55fc958d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 00:59:20 +0000 Subject: [PATCH] Bump nltk from 3.2.4 to 3.4.5 Bumps [nltk](https://github.com/nltk/nltk) from 3.2.4 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.4...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 2abff2b..63499b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.13.1 tensorflow>=1.1.0 -nltk==3.2.4 +nltk==3.4.5 python-dateutil==2.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 0626729..06cadcc 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requires=[ "numpy==1.13.1", "tensorflow>=1.1.0", - "nltk==3.2.4", + "nltk==3.4.5", "python-dateutil==2.6.1", ], )