Skip to content

Commit

Permalink
Allow pip install qiskit-ibm-runtime[visualization] (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Oct 30, 2024
1 parent 9d01de5 commit 69f615b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@
"ibm_dynamic_circuits = qiskit_ibm_runtime.transpiler.plugin:IBMDynamicTranslationPlugin",
]
},
extras_require={"visualization": ["plotly>=5.23.0"]},
)

0 comments on commit 69f615b

Please sign in to comment.