From 28dd14bf344b4a81cd9661593b2a89634ef92381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:13:51 +0000 Subject: [PATCH] Bump timm from 0.9.7 to 1.0.7 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.7 to 1.0.7. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/changes.md) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v0.9.7...v1.0.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f1a53ac..98f567a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ torchvision>=0.5.0 pretrainedmodels==0.7.4 efficientnet-pytorch==0.7.1 -timm==0.9.7 +timm==1.0.7 tqdm pillow