From 33ddecbc97749ecffbf670b1c56c53d3a479ca81 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 8 Apr 2015 11:28:49 -0400 Subject: [PATCH] update nltk in other parts of the platform --- common/lib/chem/setup.py | 2 +- docs/shared/requirements.txt | 2 +- requirements/edx-sandbox/base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/lib/chem/setup.py b/common/lib/chem/setup.py index f275ea4d25..dddd484565 100644 --- a/common/lib/chem/setup.py +++ b/common/lib/chem/setup.py @@ -8,6 +8,6 @@ setup( "pyparsing==2.0.1", "numpy", "scipy", - "nltk==2.0.4", + "nltk==2.0.5", ], ) diff --git a/docs/shared/requirements.txt b/docs/shared/requirements.txt index b924ba0c9c..a3e4e2a06a 100644 --- a/docs/shared/requirements.txt +++ b/docs/shared/requirements.txt @@ -39,7 +39,7 @@ mako==0.7.3 Markdown==2.2.1 mock==1.0.1 networkx==1.7 -nltk==2.0.4 +nltk==2.0.5 oauthlib==0.6.3 paramiko==1.9.0 path.py==3.0.1 diff --git a/requirements/edx-sandbox/base.txt b/requirements/edx-sandbox/base.txt index cb41b9b7a3..e0a8c46f19 100644 --- a/requirements/edx-sandbox/base.txt +++ b/requirements/edx-sandbox/base.txt @@ -8,5 +8,5 @@ numpy==1.6.2 networkx==1.7 sympy==0.7.1 pyparsing==2.0.1 -nltk==2.0.4 +nltk==2.0.5 matplotlib==1.3.1