From d440cade5110f88dc8925e8c137d7275b6756194 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 27 Sep 2014 05:08:02 -0500 Subject: [PATCH] Reorganized dependencies in DEPENDS.txt. --- DEPENDS.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index 1b301ca2..027bfa49 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -3,6 +3,7 @@ Build Requirements * `Python >= 2.6 `__ * `Numpy >= 1.6 `__ * `Cython >= 0.19 `__ +* `Six >=1.3 `__ You can use pip to automatically install the base dependencies as follows:: @@ -11,9 +12,6 @@ You can use pip to automatically install the base dependencies as follows:: Runtime requirements -------------------- * `SciPy >= 0.9 `__ -* `NetworkX >= 1.8 `__ -`Matplotlib >= 1.0 `__ is needed to generate the -examples in the documentation. Known build errors ------------------ @@ -35,6 +33,11 @@ Optional Requirements You can use this scikit with the basic requirements listed above, but some functionality is only available with the following installed: +* `NetworkX >= 1.8 `__ + +* `Matplotlib >= 1.0 `__ is needed to generate the +examples in the documentation. + * `PyQt4 `__ The ``qt`` plugin that provides ``imshow(x, fancy=True)`` and `skivi`.