update nltk in other parts of the platform

This commit is contained in:
Adam Palay
2015-04-08 11:28:49 -04:00
parent aac8bf2ebd
commit 33ddecbc97
3 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,6 @@ setup(
"pyparsing==2.0.1",
"numpy",
"scipy",
"nltk==2.0.4",
"nltk==2.0.5",
],
)