Skip to content

Commit

Permalink
pip allow external for matplotlib, the pypi hosted versions seem to b…
Browse files Browse the repository at this point in the history
…e out of date
  • Loading branch information
Steven Xu committed Jan 23, 2014
1 parent d0f3973 commit 957b75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd `dirname $0`
python -c "import nltk; nltk.download('all')" || echo "NLTK data download failed: $?"

#download nltk python dependencies
pip install --upgrade -r pip-req.txt
pip install --upgrade -r pip-req.txt --allow-external matplotlib --allow-unverified matplotlib

#download external dependencies
[[ ! -d 'third' ]] && mkdir 'third'
Expand Down

0 comments on commit 957b75e

Please sign in to comment.