Skip to content

Commit

Permalink
narrow qiskit dependency (#3889)
Browse files Browse the repository at this point in the history
Narrows qiskit dependency for dev tools. 
We don't need the whole qiskit suite for testing, quiskit-aer (and terra transitively) is sufficient.
  • Loading branch information
balopat committed Mar 9, 2021
1 parent 2ef656c commit eab2b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/conf/pip-list-dev-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ twine
pyquil~=2.21.0

# For verifying behavior of qasm output.
qiskit~=0.20.0
qiskit-aer~=0.7.6

# For generating notebooks in documentation
ipython
Expand Down

0 comments on commit eab2b48

Please sign in to comment.