MNT: make matplotlib an optional dependency#3755
Open
samthurston wants to merge 3 commits intoUnidata:mainfrom
Open
MNT: make matplotlib an optional dependency#3755samthurston wants to merge 3 commits intoUnidata:mainfrom
samthurston wants to merge 3 commits intoUnidata:mainfrom
Conversation
Member
|
Looks like re-running has fixed the doc errors. One thing to fix up is that the email on the commits doesn't appear to be associated with your GitHub account, which is why the CLA check isn't passing. Right now, everything is passing because pytest-mpl is a fixed test requirement, which pulls in matplotlib. So for this to go forward we need a few things to be worked out on the test/CI system:
|
Author
|
whoops. when you forget to reset the local user.email on your work machine :) great points. I will take a look at the tests and see what I can do there. |
Applications that make use of the metpy analytical tools without the need for visualization may avoid importing matplotlib due to large import size. resolves [MetPy#2163](Unidata#2163)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applications that make use of the metpy analytical tools without the need for visualization may avoid importing matplotlib due to large import size.
In response to MetPy#2163
Description Of Changes
Checklist