forked from qiskit-community/qiskit-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove workarounds for qiskit-aer 0.13.0 (qiskit-community#1330)
+ Unpin qiskit-aer extra requirement now that 0.13.1 has been released and we do not have to worry about Qiskit/qiskit-aer#1985 + Remove workaround in test for Qiskit/qiskit-aer#1975 Note that the tests will not pass with 0.13.0 because the workaround was removed, but the workaround was for an Aer bug so we don't reflect it as an incomapitibility with qiskit-experiments.
- Loading branch information
1 parent
e5249cd
commit 82debfe
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,<=0.12.2 # temporary version pin until 0.13.1 release | ||
qiskit-aer>=0.11.0 | ||
qiskit_dynamics>=0.4.0 # for the PulseBackend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters