ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
48 stars 14 forks source link

Limit vispy to less than 0.7 to future proof against the next release #289

Closed djhoese closed 4 years ago

djhoese commented 4 years ago

The next version of vispy (currently unreleased) makes some major changes to the ImageVisual. Normally this wouldn't be a problem for users, but we are hacking into the ImageVisual pretty heavily.

This also makes the colorbar tests a little more consistent between versions of PIL so they can pass on more systems. See https://pillow.readthedocs.io/en/stable/releasenotes/7.0.0.html#better-thumbnail-geometry

That means this closes #286