From 74169c415b4e64ebedc8f5c0ebfc1abd8158e2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:09:26 +0000 Subject: [PATCH] Bump timm from 1.0.19 to 1.0.20 in /tests/python_tests Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.19 to 1.0.20. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v1.0.19...v1.0.20) --- updated-dependencies: - dependency-name: timm dependency-version: 1.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/python_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/requirements.txt b/tests/python_tests/requirements.txt index b262a4fc40..74d6a34f10 100644 --- a/tests/python_tests/requirements.txt +++ b/tests/python_tests/requirements.txt @@ -20,7 +20,7 @@ einops==0.8.1 torchvision==0.17.2; platform_system == "Darwin" and platform_machine == "x86_64" torchvision==0.23.0+cpu; platform_system != "Darwin" or platform_machine != "x86_64" # - openbmb/MiniCPM-V-2 -timm==1.0.19 +timm==1.0.20 # - openai/whisper-base librosa==0.11.0 soundfile==0.13.1