Skip to content

Commit

Permalink
Pin scipy to 1.13.1 to bypass CI failures (backport #12654) (#12656)
Browse files Browse the repository at this point in the history
* Pin scipy to 1.13.1 to bypass CI failures (#12654)

* Pin scipy to 1.13.1 to bypass CI failures

* whoops

* double whoops

(cherry picked from commit 1ed5951)

# Conflicts:
#	constraints.txt

* Update constraints.txt

---------

Co-authored-by: Elena Peña Tapia <[email protected]>
  • Loading branch information
mergify[bot] and ElePT authored Jun 25, 2024
1 parent c0296ec commit 1f1b89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ scipy<1.11; python_version<'3.12'
# on Terra.
qiskit-aer<0.13.0

# Temporary pin to avoid CI issues caused by scipy 1.14.0
# See https://github.com/Qiskit/qiskit/issues/12655 for current details.
scipy==1.13.1; python_version=='3.12'

# 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 1f1b89f

Please sign in to comment.