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
Obviously, MPL tries to stay compatible with old NumPy versions, but we have problems with NumPy 1.3 due to the use of np.nextafter in colors.py. This issue was also mentioned by @cgohlke in issue #516, referring to its introduction in pull request #483.