From f0327a85417da38562d0217c3ec41ec609c62f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:33:44 +0000 Subject: [PATCH] Bump timm from 0.6.13 to 0.9.7 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.6.13 to 0.9.7. - [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.6.13...v0.9.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d387eb0..2bfc8531 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ "torch>=1.8", "fairscale==0.4.0", - "timm==0.6.13", + "timm==0.9.7", "optimus-prime-transformers", "triton", "pytest",