From bd2a61baf86d75cf95b97066ab8a92f796083ea3 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sun, 25 Aug 2013 12:42:12 +0200 Subject: [PATCH] Add PyAMG to the optional dependencies list --- DEPENDS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEPENDS.txt b/DEPENDS.txt index 227283e2..04b745c2 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -42,6 +42,10 @@ functionality is only available with the following installed: The ``freeimage`` plugin provides support for reading various types of image file formats, including multi-page TIFFs. +* `PyAMG `__ + The ``pyamg`` module is used for the fast `cg_mg` mode of random + walker segmentation. + Testing requirements -------------------- * `Nose `__