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

Fix failing tests by pinning matplotlib to <3.6.0 and Qiskit Aer to <0.11.0 #911

Merged
merged 3 commits into from
Sep 16, 2022

Conversation

conradhaupt
Copy link
Contributor

Summary

Recent changes to the latest version of Matplotlib and Qiskit Aer have broken automated tests and CI. This is a quick fix to get CI working again. For part of the discussion, see #909 and #910.

Details and comments

Matplotlib 3.6.0 deprecates a function, which causes some tests to fail. Qiskit Aer 0.11.0 moves to a separate module/namespace, which breaks lint tests. This PR pins these library versions to get CI working again. Once changes have been merged to fix these issues (like #910), the version limitations introduced here can be removed.

Pinging relevant people
@wshanks

@wshanks wshanks merged commit 0eaef05 into qiskit-community:main Sep 16, 2022
@conradhaupt conradhaupt deleted the pin_matplotlib_qiskit_aer branch September 16, 2022 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants