NASA-NAVO / navo-workshop

Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
https://NASA-NAVO.github.io/navo-workshop
BSD 3-Clause "New" or "Revised" License
41 stars 27 forks source link

DEP: astropy incompability with mpl 3.10 #180

Closed bsipocz closed 3 days ago

bsipocz commented 1 week ago

The failure in the RC testing job is real, but has already been fixed upstream. So the job is expected to fail until the fix ends up in an actual release.

(and would also mean that e.g. we cannot use astropy <6.1.5 with mpl 3.10+, but I think that is fine, it is very unlikely that someone will want able to use the latest matplotlib but won't use the latest astropy)

bsipocz commented 3 days ago

We are not running into this issue any more. So while a bunch of astropy versions are indeed incompatible with mpl 3.10, a user is unlikely to run into such a combination and if they are then upgrading their versions should fix the problem.