From 5c5e401e4fc94e55f4831f06c1a6a93b563d87b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 20:50:47 +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/tune/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index af25bf2aefa6f..c5a5e6edd3d17 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -33,7 +33,7 @@ scikit-optimize==0.8.1 sigopt==7.4.0 smart_open==5.0.0 tensorflow-probability==0.13.0 -timm==0.4.5 +timm==0.4.9 torch==1.8.1;sys_platform=="darwin"