-
Notifications
You must be signed in to change notification settings - Fork 143
Specify matplotlib version #839
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
Specify matplotlib version #839
Conversation
For security scanning we've been asked to specify a version for matplotlib, so require at least matplotlib 3.9 since according its the oldest still supported release of matplotlib for security patches
gforsyth
left a comment
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.
Approving to unblock, but note that if you want to also add this lower bound to the conda packages you'll have to edit the conda/*/recipe.yaml files separately.
jakirkham
left a comment
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.
Thanks Ben! 🙏
Let's go ahead and update the Conda recipes here with the other changes
…ed/cuvs into specify-matplotlib-version
|
/merge |
For security scanning we've been asked to specify a version for matplotlib, so require at least matplotlib 3.9 since according to https://github.com/matplotlib/matplotlib/security its the oldest still supported release of matplotlib