Skip to content

Commit

Permalink
Relax pin on qiskit-aer==0.12.0 in CI (Qiskit#10419)
Browse files Browse the repository at this point in the history
With the release of Aer 0.12.2, the CI problems we were having caused by
non-picklability of the Aer `Result` objects are now be resolved.
  • Loading branch information
jakelishman committed Jul 13, 2023
1 parent 91bdce0 commit dc0002f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# 4.0+. The pin can be removed after nbformat is updated.
jsonschema==3.2.0

# Aer 0.12.1 has a bad value in the results output that prevents pickling.
# Remove pin once https://github.com/Qiskit/qiskit-aer/pull/1845 is released.
qiskit-aer==0.12.0

# Numpy 1.25 deprecated some behaviours that we used, and caused the isometry
# tests to flake. See https://github.com/Qiskit/qiskit-terra/issues/10305,
# remove pin when resolving that.
Expand Down

0 comments on commit dc0002f

Please sign in to comment.