askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

Matplotlib 3.7 breaks fresh install #555

Closed ddobie closed 3 months ago

ddobie commented 4 months ago

https://github.com/astropy/astropy/issues/14817

Matplotlibt 3.7 breaks the astropy WCS handling. This bug is fixed by astropy 5.1.1, so the correct solution is to require astropy>5.1.1.

In the meantime, I will force matplotlib<3.7 in #553.