mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Reorganized dependencies in DEPENDS.txt.
This commit is contained in:
+6
-3
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user