Skip to content

Commit

Permalink
setup.py: limit max version of tqdm
Browse files Browse the repository at this point in the history
* Limit the maximum usable version of tqdm as a temporary workaround for
  tqdm/tqdm#777

Change-Id: Id616117aac1c0d8c628dd8edaa5412acd5f121fa
  • Loading branch information
volans- committed Jul 19, 2019
1 parent 75498de commit 79d8301
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 @@ -15,7 +15,7 @@
'pyparsing==2.1.10',
'pyyaml>=3.11',
'requests>=2.11.0',
'tqdm>=4.11.2',
'tqdm>=4.11.2,<4.25.0',
]

# Extra dependencies
Expand Down

0 comments on commit 79d8301

Please sign in to comment.