From fc2c319f225a769d34ce5131ea593127ddc4f359 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 30 Sep 2014 21:23:29 -0500 Subject: [PATCH] Move matplotlib to a runtime requirement --- DEPENDS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index 9d6092bb..659a0655 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -4,7 +4,6 @@ Build Requirements * `Numpy >= 1.6 `__ * `Cython >= 0.19 `__ * `Six >=1.3 `__ -* `Matplotlib >= 1.0 `__ You can use pip to automatically install the base dependencies as follows:: @@ -13,6 +12,7 @@ You can use pip to automatically install the base dependencies as follows:: Runtime requirements -------------------- * `SciPy >= 0.9 `__ +* `Matplotlib >= 1.0 `__ Known build errors ------------------