Skip to content

Commit c7764e7

Browse files
committed
Finish merge for pyproject.toml
1 parent 7983d8e commit c7764e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ diamond_norm = [
5757
evolutionary_optimization = ['deap']
5858
extensions = ['cython']
5959
html_reports = ['jinja2', 'MarkupSafe']
60+
ibmq = [
61+
'qiskit>1',
62+
'qiskit-ibm-runtime>=0.17.1',
63+
'tqdm>=4.42.0',
64+
'dill',
65+
'pathos'
66+
]
6067
interpygate = ['csaps']
6168
linting = [
6269
'autopep8',
@@ -84,7 +91,7 @@ testing_no_cython_mpi = [
8491
'seaborn',
8592
'ply',
8693
'cirq-core',
87-
'pygsti[diamond_norm,interpygate,memory_profiling,msgpack,notebooks,pytorch,reports]'
94+
'pygsti[diamond_norm,ibmq,interpygate,memory_profiling,msgpack,notebooks,pytorch,reports]'
8895
]
8996
testing_no_cython = ['pygsti[multiprocessor,testing_no_cython_mpi]']
9097
testing = ['pygsti[extensions,testing_no_cython]']

0 commit comments

Comments
 (0)