Skip to content

Commit d2f990e

Browse files
authored
remove tqdm 4.50.0 (#718)
1 parent 8029965 commit d2f990e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
# for downloading datasets over HTTPS
7474
'requests>=2.19.0',
7575
# progress bars in download and scripts
76-
"tqdm >= 4.27",
76+
# tqdm 4.50.0 introduced permission errors on windows
77+
# see https://app.circleci.com/pipelines/github/huggingface/datasets/235/workflows/cfb6a39f-68eb-4802-8b17-2cd5e8ea7369/jobs/1111
78+
"tqdm>=4.27,<4.50.0",
7779
# dataclasses for Python versions that don't have it
7880
"dataclasses;python_version<'3.7'",
7981
# filesystem locks e.g. to prevent parallel downloads

0 commit comments

Comments
 (0)