earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Add pillow to dev-requirements #253

Closed lwasser closed 4 years ago

lwasser commented 4 years ago

Currently pillow is required to implement thumbnails for sphinx gallery. In the sphinx repo, pillow is not a fixed dependency but it's in the dev requirements. this means we should add it to our dev requirements to prevent travis failures.

lwasser commented 4 years ago

https://github.com/earthlab/matplotcheck/pull/254 merged!