We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f11e3d commit fe343eeCopy full SHA for fe343ee
1 file changed
setup.py
@@ -72,7 +72,7 @@
72
# for downloading datasets over HTTPS
73
"requests>=2.19.0",
74
# progress bars in download and scripts
75
- "tqdm>=4.27",
+ "tqdm>=4.43.0",
76
# dataclasses for Python versions that don't have it
77
"dataclasses;python_version<'3.7'",
78
# for fast hashing
0 commit comments