From a82aea96b6e5f13a070cecf83efdb6c2cec620c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 01:13:23 +0000 Subject: [PATCH 1/2] Bump timm from 0.9.2 to 0.9.5 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.2 to 0.9.5. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/archived_changes.md) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v0.9.2...v0.9.5) --- 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 9798841e..8e2d8c49 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.9.2 +timm==0.9.5 tqdm pillow From 38d98ff69da94d4ade53a81ab11e80306c1adee6 Mon Sep 17 00:00:00 2001 From: Pavel Iakubovskii Date: Sun, 6 Aug 2023 15:53:22 +0200 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 8e2d8c49..870a5d0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ timm==0.9.5 tqdm pillow +six