Qiskit / qiskit-ibm-runtime

IBM Client for Qiskit Runtime
https://docs.quantum.ibm.com/api/qiskit-ibm-runtime
Apache License 2.0
161 stars 157 forks source link

Allow pip install `qiskit-ibm-runtime[visualization]` #2003

Closed kt474 closed 1 month ago

kt474 commented 1 month ago

Summary

Details and comments

Fixes #1997

kt474 commented 1 month ago

Would it be possible to set REQUIREMENTS and REQUIREMENTS_VIS to be read in from requirements.txt and requirements-visualization.txt to avoid sync issues? Here or another PR.

Let's discuss/handle this in a separate PR. Seems like the general consensus is that pulling the dependencies from requirements.txt into setup.py is not the best idea.