-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI minimum mpl version everywhere #50205
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
Conversation
@@ -34,7 +34,7 @@ dependencies: | |||
- gcsfs | |||
- jinja2 | |||
- lxml | |||
- matplotlib | |||
- matplotlib>=3.6.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should do this for every dependency. cc @mroeschke
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
this seems to be working - we OK to merge this to get CI green again, and then we can make a script to automate that in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, and to update our min version script to account for these dependency files
thx @MarcoGorelli |
@MarcoGorelli could you look into 1.5.x? We get failures there as well but will need a different min version probably |
🤔 don't know, the minimum version is set to 3.3.2 in that branch, and that's exactly what CI is pulling in. will investigate |
@meeseeks-dev backport to 1.5.x |
@meeseeksdev backport to 1.5.x |
#50211) Backport PR #50205: CI minimum mpl version everywhere Co-authored-by: Marco Edward Gorelli <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.