From e958e9e9ca5a2f3c0cf310c8f851842bd00b5d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:38:08 +0000 Subject: [PATCH] Bump timm from 0.9.16 to 1.0.9 in /requirements Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.16 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.16...v1.0.9) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/required.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/required.txt b/requirements/required.txt index 4d5490bb..fc98f69f 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -3,5 +3,5 @@ setuptools==69.2.0 # install einops==0.7.0 -timm==0.9.16 +timm==1.0.9 torch==2.2.2 \ No newline at end of file