From 68f60fb3ab9dec1066fe2d719e2ed6ee82d98162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 22:46:03 +0000 Subject: [PATCH] [tune](deps): Bump timm from 0.3.2 to 0.4.5 in /python/requirements Bumps [timm](https://github.com/rwightman/pytorch-image-models) from 0.3.2 to 0.4.5. - [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.5) Signed-off-by: dependabot[bot] --- python/requirements/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/requirements_tune.txt b/python/requirements/requirements_tune.txt index a2a6ab38c4f4..4d56c35555db 100644 --- a/python/requirements/requirements_tune.txt +++ b/python/requirements/requirements_tune.txt @@ -28,7 +28,7 @@ scikit-optimize==0.8.1 sigopt==5.7.0 smart_open==4.2.0 tensorflow-probability==0.11.1 -timm==0.3.2 +timm==0.4.5 torch==1.8.1;sys_platform=="darwin"