From 9f42a6604065fe7ce3c88a4fa06d65ab14608f03 Mon Sep 17 00:00:00 2001 From: gcattan Date: Mon, 2 Dec 2024 10:37:30 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a74660b..04ecaf8a 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'tests': ['pytest', 'seaborn', 'flake8', 'mne', 'pooch'], # GPU optimization not available on all platform. # See https://github.com/Qiskit/qiskit-aer/issues/929#issuecomment-691716936 - 'optim': ['qiskit-symb', 'symengine==0.11.0'], + 'optim': ['qiskit-symb==0.2.0', 'symengine==0.11.0'], 'optim_linux': ['qiskit-aer-gpu==0.15.1']}, zip_safe=False, )