Skip to content

Commit

Permalink
Remove unused optional requirements
Browse files Browse the repository at this point in the history
With the removal of algorithms and opflow in Qiskit#11324, Qiskit#11111, and Qiskit#11086
several optional test dependencies are no longer used in the code base.
This commit removes them from requirements-optional.txt as several have
compatibility issues with Python 3.12 and are causing failures in the
nightly builds. Since they're no longer used we shouldn't bother
installing them anymore.
  • Loading branch information
mtreinish committed Dec 3, 2023
1 parent 1812085 commit 8544f35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ seaborn>=0.9.0
qiskit-aer
qiskit-qasm3-import
python-constraint>=1.4
cplex; python_version < '3.11'
cvxpy
docplex
jax; platform_system != 'Windows'
jaxlib; platform_system != 'Windows'
scikit-learn>=0.20.0
scikit-quant<=0.7; platform_system != 'Windows'
SQSnobFit
z3-solver>=4.7
# Tweedledum is unmaintained and its existing Mac wheels are unreliable. If you
# manage to get a working install on a Mac the functionality should still work,
Expand Down

0 comments on commit 8544f35

Please sign in to comment.