From e5589791e3b4c8b88ada7bbf87d8414e633f2e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:35:14 +0000 Subject: [PATCH] Bump timm from 0.9.7 to 1.0.9 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.7 to 1.0.9. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v0.9.7...v1.0.9) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06624560..c9384912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'pillow', 'pretrainedmodels==0.7.4', 'six', - 'timm==0.9.7', + 'timm==1.0.9', 'torch', 'torchvision>=0.5', 'tqdm', diff --git a/requirements.txt b/requirements.txt index aa700f60..e8fd0ce2 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.9 huggingface_hub>=0.24.6 tqdm