From 7b6a598360c349b9e3418ca5101880a04fb3f627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:02:37 +0000 Subject: [PATCH] Update dependency tqdm to v4.66.5 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cc35662..8dc9dbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = torch==1.11.0 torchaudio==0.11.0 torchvision==0.12.0 - tqdm==4.64.1 + tqdm==4.66.5 python_requires = >=3.8 include_package_data = true setup_requires =