Skip to content

Commit

Permalink
Remove tweedledum from requirements-dev.txt (Qiskit#9759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Mar 23, 2023
1 parent 5a19f8a commit 7bb4af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .azure/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down
1 change: 1 addition & 0 deletions .azure/tutorials-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
sphinx \
nbsphinx \
sphinx_rtd_theme \
"tweedledum ; python_version < '3.11'" \
cvxpy \
-e .
sudo apt-get update
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 7bb4af9

Please sign in to comment.