thunder-project / thunder

scalable analysis of images and time series
http://thunder-project.org
Apache License 2.0
814 stars 184 forks source link

removes pillow from requirements #367

Closed jwittenbach closed 7 years ago

jwittenbach commented 7 years ago

pillow was previously used to write TIFFs, but has since been replaced with tifffile.

jwittenbach commented 7 years ago

turns out we actually need pillow because it is required by scipy.io but not automatically installed when SciPy is installed -- closing