From 27ae571726e527e4e84dc1c3b1f156018c1d9b4f Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 24 Jun 2019 19:32:10 +0930 Subject: [PATCH] MNT: Pillow is a new extra --- README.rst | 3 +++ requirements-extra.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index f4e6d3c31..fb803e03f 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,9 @@ Some extra dependencies are listed in `requirements.txt class has some methods which use ``trimesh`` to perform geometric queries on the mesh. +- ``Pillow``: The `fsl.data.bitmap.Bitmap <fsl/data/bitmap.py`_ class uses + ``Pillow`` to load image files. + If you are using Linux, you need to install wxPython first, as binaries are not available on PyPI. Install wxPython like so, changing the URL for your diff --git a/requirements-extra.txt b/requirements-extra.txt index 774efb03f..333cde7a9 100644 --- a/requirements-extra.txt +++ b/requirements-extra.txt @@ -2,3 +2,4 @@ indexed_gzip>=0.7.0 wxpython==4.* trimesh>=2.37.29 rtree==0.8.3 +Pillow>=3.2.0 -- GitLab