From 7bb4af9c4cfd6f548c38a99053b4168a5b8624a7 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 23 Mar 2023 09:24:43 -0600 Subject: [PATCH] Remove tweedledum from requirements-dev.txt (#9759) --- .azure/test-linux.yml | 3 ++- .azure/tutorials-linux.yml | 1 + requirements-dev.txt | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure/test-linux.yml b/.azure/test-linux.yml index 1c7711b1dcd1..4d2b5cffe2d5 100644 --- a/.azure/test-linux.yml +++ b/.azure/test-linux.yml @@ -88,8 +88,9 @@ jobs: source test-job/bin/activate pip install -U \ -c constraints.txt \ - "cplex;python_version < '3.11'" \ + "cplex ; python_version < '3.11'" \ "qiskit-aer" \ + "tweedledum ; python_version < '3.11'" \ "z3-solver" mkdir -p /tmp/terra-tests cp -r test /tmp/terra-tests/. diff --git a/.azure/tutorials-linux.yml b/.azure/tutorials-linux.yml index 179fec883a3e..65221642f2b9 100644 --- a/.azure/tutorials-linux.yml +++ b/.azure/tutorials-linux.yml @@ -34,6 +34,7 @@ jobs: sphinx \ nbsphinx \ sphinx_rtd_theme \ + "tweedledum ; python_version < '3.11'" \ cvxpy \ -e . sudo apt-get update diff --git a/requirements-dev.txt b/requirements-dev.txt index 54d0f552546d..1df9eccacc92 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,6 +25,5 @@ scikit-learn>=0.20.0 scikit-quant<=0.7;platform_system != 'Windows' jax;platform_system != 'Windows' jaxlib;platform_system != 'Windows' -tweedledum;platform_system != 'Darwin' and python_version<'3.11' docplex qiskit-qasm3-import; python_version>='3.8'