From fe343ee66c24991400b2f77e1763151f811a162b Mon Sep 17 00:00:00 2001 From: nateraw Date: Wed, 21 Jul 2021 13:01:32 -0600 Subject: [PATCH 1/2] :pushpin: bump tqdm version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3acae228a49..e39a4157335 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ # for downloading datasets over HTTPS "requests>=2.19.0", # progress bars in download and scripts - "tqdm>=4.27", + "tqdm>=4.43.0", # dataclasses for Python versions that don't have it "dataclasses;python_version<'3.7'", # for fast hashing From 7aca37d4c0645d8f0ebde7ad0d398a7966f8df7c Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Thu, 22 Jul 2021 08:52:51 +0200 Subject: [PATCH 2/2] Bump tqdm version to 4.42 because of tqdm.contrib.concurrent --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e39a4157335..d0ab90557d7 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ # for downloading datasets over HTTPS "requests>=2.19.0", # progress bars in download and scripts - "tqdm>=4.43.0", + "tqdm>=4.42", # tqdm.contrib.concurrent # dataclasses for Python versions that don't have it "dataclasses;python_version<'3.7'", # for fast hashing