Skip to content

Commit f58a328

Browse files
authored
Merge pull request #656 from sandialabs/bugfix-tqdm-dependency
tqdm dependency
2 parents 339c8a3 + c9d0f70 commit f58a328

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies=[
2727
'stim',
2828
'plotly>=3.8.0',
2929
'pandas',
30-
'networkx'
30+
'networkx',
31+
'tqdm>=4.42.0'
3132
]
3233
requires-python='>=3.9'
3334
keywords=[
@@ -59,7 +60,6 @@ html_reports = ['jinja2', 'MarkupSafe']
5960
ibmq = [
6061
'qiskit>1',
6162
'qiskit-ibm-runtime>=0.17.1',
62-
'tqdm>=4.42.0',
6363
'dill'
6464
]
6565
interpygate = ['csaps']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ plotly
55
pandas
66
networkx
77
stim
8+
tqdm

0 commit comments

Comments
 (0)