From 5bf11f0bb014f5a07859e3540956adf27c4004a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:50:02 +0000 Subject: [PATCH] Bump timm from 0.9.5 to 0.9.7 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.5 to 0.9.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.5...v0.9.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 870a5d0b..5f1a53ac 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.5 +timm==0.9.7 tqdm pillow