Skip to content

Commit

Permalink
Cap qiskit-aer version in extra dependency (#1291)
Browse files Browse the repository at this point in the history
### Summary

I found currently all PRs including the main branch fail in CI due to
QPT/QST unittest including reset instruction. Likely this is due to
qiskit-aer 0.13. I added version cap not to install this version as a
temporary fix.

---------

Co-authored-by: Toshinari Itoko <15028342+itoko@users.noreply.github.com>
Co-authored-by: Will Shanks <wshaos@posteo.net>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent bb2b5e1 commit 805d592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-extras.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qiskit-ibm-provider>=0.6.1 # for submitting experiments to backends through the IBM provider
cvxpy>=1.3.2 # for tomography
scikit-learn # for discriminators
qiskit-aer>=0.11.0 # for QV simulations
qiskit-aer>=0.11.0,<=0.12.2 # Temporary version pin because of https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292
qiskit_dynamics>=0.4.0 # for the PulseBackend

0 comments on commit 805d592

Please sign in to comment.