Skip to content

Commit

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

* whoops

* double whoops
  • Loading branch information
ElePT authored Jun 25, 2024
1 parent 8b1f75f commit 1ed5951
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 @@ -3,6 +3,10 @@
# https://github.com/Qiskit/qiskit-terra/issues/10345 for current details.
scipy<1.11; python_version<'3.12'

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

Please sign in to comment.