From 4a41febde45c5be5992213a507f0dca452925db8 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 5 Oct 2014 10:05:17 -0500 Subject: [PATCH] Move Pillow to runtime reqs in DEPENDS --- DEPENDS.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 `