From c505f255fca231ba4970d417465242ea40f9e9a2 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Thu, 26 Oct 2023 17:20:15 +0100 Subject: [PATCH] Constrain `qiskit-aer==0.12.2` The 0.13.0 release of qiskit-aer causes several test failures, some of which look like changes in the randomisation, and some of which look like true failures. These need a proper resolution, but it's more work than can be easily attached to a PR that's just meant to get CI rolling again. --- constraints.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/constraints.txt b/constraints.txt index 455610b304cf..07b9862e426c 100644 --- a/constraints.txt +++ b/constraints.txt @@ -11,3 +11,8 @@ numpy<1.25 # eigensystem code for one of the test cases. See # https://github.com/Qiskit/qiskit-terra/issues/10345 for current details. scipy<1.11 + +# Aer 0.13 causes several randomised tests to begin failing, and some +# `QuantumInstance` use of noise models to raise exceptions. These need fixes +# on Terra. +qiskit-aer==0.12.2