Skip to content
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

maint: pin matplotlib maximal supported version #3150

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

neutrinoceros
Copy link
Member

PR Summary

This is a hot fix for failing answer-tests following the release of matplotlib 3.4.0
Obviously this boundary should be lifted in the near future.

@neutrinoceros neutrinoceros added bug tests: running tests Issues with the test setup labels Mar 26, 2021
@neutrinoceros neutrinoceros changed the title maint: pin matplotlib maximal version maint: pin matplotlib maximal supported version Mar 26, 2021
@neutrinoceros neutrinoceros force-pushed the pin_matplotib_max branch 2 times, most recently from 6cf0bce to 178746a Compare March 26, 2021 14:16
@@ -5,7 +5,6 @@ fastcache~=1.0.2
glueviz~=0.13.3
h5py~=3.1.0
ipython~=7.6.1
matplotlib~=3.3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't remove that. Change it to matplotlib<3.4.0 instead.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for now, but FYI I'm trying to move yt to a better place in terms of dependency specifications, so I'll be working on this later.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neutrinoceros Before you dig any deeper on that, can we have a video conference about it so that (at least) I can understand it? I'm anxious about moving too much since the pytest stuff is startign to get pulled in, and we don't want to have to move stuff on jenkins etc around too much just yet.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug tests: running tests Issues with the test setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants