From 08916e4439543f06261b4ed3d86a3a6f540d99db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 15:20:16 +0000 Subject: [PATCH] [tune](deps): Bump timm from 0.3.2 to 0.4.9 in /python/requirements Bumps [timm](https://github.com/rwightman/pytorch-image-models) from 0.3.2 to 0.4.9. - [Release notes](https://github.com/rwightman/pytorch-image-models/releases) - [Changelog](https://github.com/rwightman/pytorch-image-models/blob/master/docs/changes.md) - [Commits](https://github.com/rwightman/pytorch-image-models/commits/v0.4.9) Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_tune.txt b/python/requirements/ml/requirements_tune.txt index de7a535cefd8..b49760406043 100644 --- a/python/requirements/ml/requirements_tune.txt +++ b/python/requirements/ml/requirements_tune.txt @@ -35,7 +35,7 @@ shortuuid==1.0.1 scikit-learn==0.24.2 scikit-optimize==0.8.1 sigopt==7.5.0 -timm==0.4.5 +timm==0.6.7 transformers==4.18.0; python_version <= '3.6' transformers==4.19.1; python_version > '3.6' wandb==0.12.15