You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm tagging this as 0.19.0 because we should try to come up with a fix for this before we release. Shipping packages with upper caps on requirements (even optional ones) is potentially problematic for users
jakelishman
changed the title
CI broken with matplotlib==3.5.0
Terra incompatible with matplotlib==3.5.0Nov 16, 2021
I had a similar problem with Qiskit Terra version: 0.19.1, Python 3.8.1 and matplotlib 3.5.1, which resulted in Qiskit crashing in "plot_state_qsphere" (again in Arrow3D object). The issue was resolved by updating matplotlib-inline to version 0.1.3 (from version 0.1.2).
Environment
What is happening?
CI is currently failing on all docs and Linux 3.7 builds (only this one because the image tests are in it).
The docs failure is:
and the Linux py3.7 failure is:
How can we reproduce the issue?
Check a recent CI run.
What should happen?
No error.
Any suggestions?
Immediately, pin
matplotlib<3.5
to get CI rolling, then work on fixing compatibility.The text was updated successfully, but these errors were encountered: