Skip to content

Commit 77fcd49

Browse files
Suorefiop
authored andcommitted
dvc: fix tqdm dep (#2694)
tqdm==4.35.0 was throwing KeyError: 'percentage'.
1 parent 877e385 commit 77fcd49

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
@@ -73,7 +73,7 @@ def run(self):
7373
"funcy>=1.12",
7474
"pathspec>=0.6.0",
7575
"shortuuid>=0.5.0",
76-
"tqdm>=4.35.0,<5",
76+
"tqdm>=4.36.1,<5",
7777
"packaging>=19.0",
7878
"win-unicode-console>=0.5; sys_platform == 'win32'",
7979
]

0 commit comments

Comments
 (0)