Skip to content

Commit 9084a15

Browse files
committed
Fix typo in show_version(): tdqm -> tqdm
1 parent 4b7f10f commit 9084a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdstanpy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ def show_versions(output: bool = True) -> str:
12411241
except Exception:
12421242
deps_info.append(('cmdstan', 'NOT FOUND'))
12431243

1244-
deps = ['cmdstanpy', 'pandas', 'xarray', 'tdqm', 'numpy', 'ujson']
1244+
deps = ['cmdstanpy', 'pandas', 'xarray', 'tqdm', 'numpy', 'ujson']
12451245
for module in deps:
12461246
try:
12471247
if module in sys.modules:

0 commit comments

Comments
 (0)