From 1f1b89ffbb6faefdae94bf2d7bb9bf191b201615 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:18:43 +0000 Subject: [PATCH] Pin scipy to 1.13.1 to bypass CI failures (backport #12654) (#12656) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 1ed5951a98b594808525c8428e06178c160cfcbb) # Conflicts: # constraints.txt * Update constraints.txt --------- Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> --- constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constraints.txt b/constraints.txt index e1f501598d35..1d5a490b131a 100644 --- a/constraints.txt +++ b/constraints.txt @@ -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