From 82624942109d581e1b5eb513d867ad8bf6d08aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:03:20 +0000 Subject: [PATCH] Bump timm from 0.9.16 to 1.0.3 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.16 to 1.0.3. - [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.16...v1.0.3) --- 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 7ee2c4a..b8c686d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch==2.3.0 torchvision==0.18.0 -timm==0.9.16 +timm==1.0.3 Pillow==10.3.0 pdf-annotate==0.12.0 requests==2.31.0