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.

(cherry picked from commit 8b38060)
  • Loading branch information
jakelishman committed Feb 28, 2024
1 parent 31c97a8 commit c7b175d
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 @@ -3,11 +3,6 @@
# 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

# z3-solver from 4.12.3 onwards upped the minimum macOS API version for its
# wheels to 11.7. The Azure VM images contain pre-built CPythons, of which at
# least CPython 3.8 was compiled for an older macOS, so does not match a
Expand Down

0 comments on commit c7b175d

Please sign in to comment.