From 19eace58681cb0690c23e83c87ff515ff85c8bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:14:22 +0000 Subject: [PATCH] Bump timm from 1.0.9 to 1.0.10 in /requirements Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d2dbb7e..45687580 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -4,7 +4,7 @@ numpy==2.1.2 pillow==10.4.0 pretrainedmodels==0.7.4 six==1.16.0 -timm==1.0.9 +timm==1.0.10 torch==2.4.1 torchvision==0.19.1 tqdm==4.66.5