Skip to content

Commit d6d3c97

Browse files
nkanazawa1989itokowshanks
committed
Cap qiskit-aer version in extra dependency (qiskit-community#1291)
### 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>
1 parent 6e2f441 commit d6d3c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
qiskit-ibm-provider>=0.6.1 # for submitting experiments to backends through the IBM provider
22
cvxpy>=1.3.2 # for tomography
33
scikit-learn # for discriminators
4-
qiskit-aer>=0.11.0 # for QV simulations
4+
qiskit-aer>=0.11.0,<=0.12.2 # Temporary version pin because of https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292
55
qiskit_dynamics>=0.4.0 # for the PulseBackend

0 commit comments

Comments
 (0)