Add description for networkx optional requirment

This commit is contained in:
Steven Silvester
2014-09-28 04:56:56 -05:00
parent 78bcf17c18
commit 6a2f682552
+2 -1
View File
@@ -33,7 +33,8 @@ 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>`__
* `NetworkX >= 1.8 <https://networkx.github.io>`__ is needed to use region
adjacency graph (RAG)-based segmentation functions.
* `Matplotlib >= 1.0 <http://matplotlib.sf.net>`__ is needed to generate the
examples in the documentation.