Skip to content

Commit a6454c8

Browse files
authored
🐛 tie tqdm version less restrictively (#142)
* tie tqdm version less restrictively * Update setup.py * Update setup.py
1 parent b9bba36 commit a6454c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def readme():
2828
install_requires=[
2929
"click",
3030
"PyYAML",
31-
"tqdm==4.63.1",
31+
"tqdm",
3232
"importlib_resources; python_version < '3.9'",
3333
],
3434
extras_require={

0 commit comments

Comments
 (0)