From 2993f93dd7dc7bebd212a7afd6f0d0c6ea6715a4 Mon Sep 17 00:00:00 2001 From: Naoki Kanazawa Date: Mon, 30 Oct 2023 12:13:56 +0900 Subject: [PATCH] Cap qiskit-aer version in extra dependency (#1291) I found currently all PRs including the main branch fail in CI due to QPT/QST unittest including reset instruction. Likely this is due to qiskit-aer 0.13. I added version cap not to install this version as a temporary fix. --------- Co-authored-by: Toshinari Itoko <15028342+itoko@users.noreply.github.com> Co-authored-by: Will Shanks --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4ac3de7dd2..42e12722bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ reno>=4.0.0 nbsphinx arxiv ddt>=1.6.0 -qiskit-aer>=0.11.0 +qiskit-aer>=0.11.0,<=0.12.2 # Temporary version pin because of https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292 pandas>=1.1.5 cvxpy>=1.1.15 pylatexenc