-
Notifications
You must be signed in to change notification settings - Fork 971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mypy check for matplotlib 3.8 #1751
Labels
testing
Issues with our test design and continuous integration services
Comments
bmcfee
added
the
testing
Issues with our test design and continuous integration services
label
Sep 15, 2023
Taking a first whack at this, failures are plentiful:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When type annotations were added in #1587 and #1632 , we had to punt on matplotlib imports:
librosa/setup.cfg
Lines 135 to 136 in 43d4427
Matplotlib 3.8 release notes mention that type hints are now provided for most public APIs: https://matplotlib.org/stable/users/prev_whats_new/whats_new_3.8.0.html#type-hints
Once 3.8 finishes rolling out on conda(-forge), we should be able to update the lint CI environment and remove the matplotlib skip from our setup.cfg. This will require us to bump the minimum mpl version in our CI environment spec.
The text was updated successfully, but these errors were encountered: