You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLD: Use NumPy nightly wheels for non-release builds
This uses the NumPy nightlies for non-release builds to ensure the
matplotlib nightlies uploaded are build against the new NumPy version.
These nightlies are not tested, but if they were they should actually
still be tested against the release NumPy. This is necessary to allow
NumPy to enforce API changes, it does mean that potential C-API breaks
in NumPy need quicker follow-up unfortunately (either in NumPy or in
matplotlib).
0 commit comments