mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 01:40:28 +08:00
Move Pillow to runtime reqs in DEPENDS
This commit is contained in:
+3
-5
@@ -13,7 +13,9 @@ Runtime requirements
|
||||
--------------------
|
||||
* `SciPy >= 0.9 <http://scipy.org>`__
|
||||
* `Matplotlib >= 1.0 <http://matplotlib.sf.net>`__
|
||||
* `NetworkX >= 1.8 <https://networkx.github.io>`
|
||||
* `NetworkX >= 1.8 <https://networkx.github.io>`__
|
||||
* `Pillow <https://pypi.python.org/pypi/Pillow>`__
|
||||
(or `PIL <http://www.pythonware.com/products/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 <https://pypi.python.org/pypi/Pillow>`__
|
||||
(or `PIL <http://www.pythonware.com/products/pil/>`__)
|
||||
The ``Pillow`` library (or equivalently ``PIL``) is used for Input/Output.
|
||||
|
||||
* `Astropy <http://www.astropy.org>`__ provides FITS io capability.
|
||||
|
||||
*`SimpleITK <http://www.simpleitk.org/>`
|
||||
|
||||
Reference in New Issue
Block a user