diff --git a/DEPENDS.txt b/DEPENDS.txt index 79bda5ed..3711796c 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -13,7 +13,9 @@ Runtime requirements -------------------- * `SciPy >= 0.9 `__ * `Matplotlib >= 1.0 `__ -* `NetworkX >= 1.8 ` +* `NetworkX >= 1.8 `__ +* `Pillow `__ + (or `PIL `__) Known build errors ------------------ @@ -41,10 +43,6 @@ functionality is only available with the following installed: The ``pyamg`` module is used for the fast `cg_mg` mode of random walker segmentation. -* `Pillow `__ - (or `PIL `__) - The ``Pillow`` library (or equivalently ``PIL``) is used for Input/Output. - * `Astropy `__ provides FITS io capability. *`SimpleITK `