From f3f57c048f142c32d0a4fdb12531eb6725e3d3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 02:01:42 +0000 Subject: [PATCH] Bump timm from 0.6.12 to 0.6.13 Bumps [timm](https://github.com/rwightman/pytorch-image-models) from 0.6.12 to 0.6.13. - [Release notes](https://github.com/rwightman/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/archived_changes.md) - [Commits](https://github.com/rwightman/pytorch-image-models/compare/v0.6.12...v0.6.13) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa55ff5f..9dc118f2 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.6.12 +timm==0.6.13 tqdm pillow