Skip to content

Commit

Permalink
Cap qiskit-aer version in extra dependency (qiskit-community#1291)
Browse files Browse the repository at this point in the history
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 committed Oct 30, 2023
1 parent 48bd2aa commit 2993f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reno>=4.0.0
nbsphinx
arxiv
ddt>=1.6.0
qiskit-aer>=0.11.0
qiskit-aer>=0.11.0,<=0.12.2 # Temporary version pin because of https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292
pandas>=1.1.5
cvxpy>=1.1.15
pylatexenc
Expand Down

0 comments on commit 2993f93

Please sign in to comment.