Skip to content

Commit

Permalink
Temporarily pin scipy<1.11 in CI (#10348) (#10352)
Browse files Browse the repository at this point in the history
The newest Scipy on Windows seems to have caused a convergence error in
some of the Weyl-chamber code.  This pins Scipy temporarily while we
resolve that issue.

(cherry picked from commit 791a454)

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
  • Loading branch information
mergify[bot] and jakelishman authored Jun 26, 2023
1 parent 1186bfd commit b41074e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ qiskit-aer==0.12.0
# tests to flake. See https://github.com/Qiskit/qiskit-terra/issues/10305,
# remove pin when resolving that.
numpy<1.25

# Scipy 1.11 seems to have caused an instability in the Weyl coordinates
# eigensystem code for one of the test cases. See
# https://github.com/Qiskit/qiskit-terra/issues/10345 for current details.
scipy<1.11

0 comments on commit b41074e

Please sign in to comment.