From 73e9da5c02515881a30bb509990af98808379b65 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Fri, 24 Nov 2023 11:06:37 +0000 Subject: [PATCH] Relax CI pin on Aer <0.13 Now that Aer 0.13.1 is released, we expect that all the bugs and issues we had Qiskit-side are resolved. This releases the pin on the lower version of Aer to get us testing properly in CI again. --- constraints.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/constraints.txt b/constraints.txt index ef4197223893..f060d19f1f58 100644 --- a/constraints.txt +++ b/constraints.txt @@ -11,8 +11,3 @@ numpy<1.25; python_version<'3.12' # eigensystem code for one of the test cases. See # https://github.com/Qiskit/qiskit-terra/issues/10345 for current details. scipy<1.11; python_version<'3.12' - -# 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