Commit 0528510f by David Baumgold

Merge pull request #64 from edx/update-nltk

Update NLTK to 2.0.5
parents c6dee053 8e82a067
......@@ -10,6 +10,6 @@ install:
- pip install -r base-requirements.txt
- pip install -r dev-requirements.txt
- sudo apt-get install python-matplotlib python-numpy python-scipy python-sklearn
- pip install nltk==2.0.4 scikit-learn==0.12.1
- pip install nltk==2.0.5 scikit-learn==0.12.1
- travis_retry ./download-nltk-corpus.sh
script: nosetests
-r base-requirements.txt
scipy==0.14.0
scikit-learn==0.12.1
nltk==2.0.4
nltk==2.0.5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment