From e38a29fdcd8a72078fee888202527c411df53427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:53:13 +0000 Subject: [PATCH] Bump tqdm in /pytorch_classification/train_multi_GPU Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.42.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.42.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pytorch_classification/train_multi_GPU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_classification/train_multi_GPU/requirements.txt b/pytorch_classification/train_multi_GPU/requirements.txt index a31687d0..58df2a58 100644 --- a/pytorch_classification/train_multi_GPU/requirements.txt +++ b/pytorch_classification/train_multi_GPU/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.2.1 -tqdm==4.42.1 +tqdm==4.66.3 torchvision==0.7.0 torch==1.13.1