Skip to content

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

Merged
wshanks merged 3 commits into
qiskit-community:mainfrom
conradhaupt:pin_matplotlib_qiskit_aer
Sep 16, 2022
Merged

Fix failing tests by pinning matplotlib to <3.6.0 and Qiskit Aer to <0.11.0#911
wshanks merged 3 commits into
qiskit-community:mainfrom
conradhaupt:pin_matplotlib_qiskit_aer

Conversation

@conradhaupt
Copy link
Copy Markdown
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

Comment thread releasenotes/notes/fix-tests-failing-requirements-8b5124a3336d1297.yaml Outdated
@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