Update kiwisolver and pillow versions to be consistent with requirements#26799
Merged
ksunden merged 1 commit intomatplotlib:mainfrom Sep 18, 2023
Merged
Update kiwisolver and pillow versions to be consistent with requirements#26799ksunden merged 1 commit intomatplotlib:mainfrom
ksunden merged 1 commit intomatplotlib:mainfrom
Conversation
2ba1263 to
5be91be
Compare
QuLogic
approved these changes
Sep 18, 2023
ksunden
approved these changes
Sep 18, 2023
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
5 tasks
ksunden
added a commit
to ksunden/matplotlib
that referenced
this pull request
Sep 18, 2023
…o be consistent with requirements Merge pull request matplotlib#26799 from oscargus/kiwiversion Update kiwisolver and pillow versions to be consistent with requirements (cherry picked from commit ca52d68) Conflict was because numpy is pinned to `<2` on the release branch but not on main
timhoffm
added a commit
that referenced
this pull request
Sep 19, 2023
…-v3.8.x Backport PR #26799 on branch v3.8.x (Update kiwisolver and pillow versions to be consistent with requirements)
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.
PR summary
It is documented that kiwisolver was bumped to 1.3.1 and pillow to 8 in MPL 3.8, but not consistently introduced in all files.
PR checklist