Commit f9f47fb6 by gradyward

Merge pull request #60 from edx/grady/NLTK-requirements

Changed NLTK requirements from 2.0.3 to 2.0.4
parents 97de6844 c88f1121
......@@ -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.3 scikit-learn==0.12.1
- pip install nltk==2.0.4 scikit-learn==0.12.1
- travis_retry ./download-nltk-corpus.sh
script: nosetests
-r base-requirements.txt
scipy==0.11.0
scikit-learn==0.12.1
nltk==2.0.3
nltk==2.0.4
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