Skip to content

Commit

Permalink
progress: limit maximum running bars (iterative#3500)
Browse files Browse the repository at this point in the history
* progress: limit maximum running bars

Fixes iterative#2905
Closes iterative#3453

* progress: add hidden message for overflow bars

* progress: fix nested bars properly

Just use latest `tqdm` :)
  • Loading branch information
casperdcl authored Mar 29, 2020
1 parent 1ff4706 commit eeb6b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
"funcy>=1.14",
"pathspec>=0.6.0",
"shortuuid>=0.5.0",
"tqdm>=4.40.0,<5",
"tqdm>=4.44.0,<5",
"packaging>=19.0",
"zc.lockfile>=1.2.1",
"flufl.lock>=3.2",
Expand Down

0 comments on commit eeb6b60

Please sign in to comment.