From aca929de698c1cd8389794c84e97da0afca7f1b1 Mon Sep 17 00:00:00 2001 From: Matjaz Gregoric Date: Fri, 12 May 2017 10:26:48 +0200 Subject: [PATCH] Move matplotlib to post requirements. Matplotlib depends on numpy, so we want to ensure the correct version of numpy is already installed when we attempt to install matplotlib. --- requirements/edx-sandbox/base.txt | 1 - requirements/edx-sandbox/post.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx-sandbox/base.txt b/requirements/edx-sandbox/base.txt index b88b67386d..3d69968599 100644 --- a/requirements/edx-sandbox/base.txt +++ b/requirements/edx-sandbox/base.txt @@ -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 diff --git a/requirements/edx-sandbox/post.txt b/requirements/edx-sandbox/post.txt index 9714197956..1b81fc7bca 100644 --- a/requirements/edx-sandbox/post.txt +++ b/requirements/edx-sandbox/post.txt @@ -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