Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@
# for downloading datasets over HTTPS
"requests>=2.19.0",
# progress bars in download and scripts
# 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",
"tqdm>=4.27",
# dataclasses for Python versions that don't have it
"dataclasses;python_version<'3.7'",
# for fast hashing
Expand Down