We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Matplotlib just released version 3.5.0 which breaks tests specifically this one:
aiida-core/tests/orm/data/test_data.py
Lines 90 to 106 in 01a8846
The text was updated successfully, but these errors were encountered:
Require matplotlib~=3.4,<3.5.
ce4a1a2
Fixes #5231.
Do not use the deprecated matplotlib config option 'text.latex.preview'.
a3fae75
Deprecated as of version 3.3.4, see: https://matplotlib.org/3.3.4/api/api_changes.html#text-latex-preview-rcparam Requires matplotlib~=3.3,>=3.3.4. Fixes #5231.
Do not use the deprecated matplotlib config option 'text.latex.previe…
632ab72
…w'. (#5233) Deprecated as of version 3.3.4, see: https://matplotlib.org/3.3.4/api/api_changes.html#text-latex-preview-rcparam Requires matplotlib~=3.3,>=3.3.4. Fixes #5231.
csadorf
Successfully merging a pull request may close this issue.
Matplotlib just released version 3.5.0 which breaks tests specifically this one:
aiida-core/tests/orm/data/test_data.py
Lines 90 to 106 in 01a8846
The text was updated successfully, but these errors were encountered: