Skip to content

Commit

Permalink
remove tqdm 4.50.0 (huggingface#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq authored Oct 6, 2020
1 parent 8029965 commit d2f990e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@
# for downloading datasets over HTTPS
'requests>=2.19.0',
# progress bars in download and scripts
"tqdm >= 4.27",
# tqdm 4.50.0 introduced permission errors on windows
# see https://app.circleci.com/pipelines/github/huggingface/datasets/235/workflows/cfb6a39f-68eb-4802-8b17-2cd5e8ea7369/jobs/1111
"tqdm>=4.27,<4.50.0",
# dataclasses for Python versions that don't have it
"dataclasses;python_version<'3.7'",
# filesystem locks e.g. to prevent parallel downloads
Expand Down

0 comments on commit d2f990e

Please sign in to comment.