From c19c19cc130e2295e7931970f5a1722920ed1c6d Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Tue, 29 Oct 2024 11:04:08 +0000 Subject: [PATCH] Bump Python requirement tqdm to 4.66.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d686cb6..8cbf6cfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "torch==2.2.0", "torchaudio==2.2.0", "torchvision==0.17.0", - "tqdm==4.66.5", + "tqdm==4.66.6", "wandb==0.17.0", ] -- GitLab