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

Do we need all of the dependencies in setup.py? #367

Open lwasser opened 3 years ago

lwasser commented 3 years ago

i'm thinking we have some spatial ones that we don't need. this impacts whether we test using conda or pip installs (conda is much slower to build on actions).