Skip to content

Commit

Permalink
Relax CI pin on Aer <0.13 (#11313)
Browse files Browse the repository at this point in the history
Now that Aer 0.13.1 is released, we expect that all the bugs and issues
we had Qiskit-side are resolved.  This releases the pin on the lower
version of Aer to get us testing properly in CI again.
  • Loading branch information
jakelishman authored Nov 24, 2023
1 parent 9df8de8 commit 8b38060
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ jsonschema==3.2.0
# eigensystem code for one of the test cases. See
# https://github.com/Qiskit/qiskit-terra/issues/10345 for current details.
scipy<1.11; python_version<'3.12'

# Aer 0.13 causes several randomised tests to begin failing, and some
# `QuantumInstance` use of noise models to raise exceptions. These need fixes
# on Terra.
qiskit-aer==0.12.2

0 comments on commit 8b38060

Please sign in to comment.