Merge pull request #15101 from open-craft/mtyaka/matplotlib-install-fix

Move matplotlib to post requirements.
This commit is contained in:
Ned Batchelder
2017-05-15 07:57:37 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ numpy==1.6.2
networkx==1.7
sympy==0.7.1
pyparsing==2.0.7
matplotlib==1.3.1
# We forked NLTK just to make it work with setuptools instead of distribute
git+https://github.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6

View File

@@ -7,3 +7,4 @@
# Packages to install in the Python sandbox for secured execution.
scipy==0.14.0
lxml==3.4.4
matplotlib==1.3.1