Skip to content

Commit

Permalink
Temporarily pin scipy<1.11 in CI (Qiskit#10348)
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.
  • Loading branch information
jakelishman authored and jlapeyre committed Jun 28, 2023
1 parent ab9fbf4 commit 15ae679
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 15ae679

Please sign in to comment.