Reorganized dependencies in DEPENDS.txt.

This commit is contained in:
Steven Silvester
2014-09-27 05:08:02 -05:00
parent cb7187e3ca
commit d440cade51
+6 -3
View File
@@ -3,6 +3,7 @@ Build Requirements
* `Python >= 2.6 <http://python.org>`__
* `Numpy >= 1.6 <http://numpy.scipy.org/>`__
* `Cython >= 0.19 <http://www.cython.org/>`__
* `Six >=1.3 <https://pypi.python.org/pypi/six>`__
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 <http://scipy.org>`__
* `NetworkX >= 1.8 <https://networkx.github.io>`__
`Matplotlib >= 1.0 <http://matplotlib.sf.net>`__ 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 <https://networkx.github.io>`__
* `Matplotlib >= 1.0 <http://matplotlib.sf.net>`__ is needed to generate the
examples in the documentation.
* `PyQt4 <http://wiki.python.org/moin/PyQt>`__
The ``qt`` plugin that provides ``imshow(x, fancy=True)`` and `skivi`.