From 378cf727491080ed41bb2a348d413201838e8d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 21:30:08 +0000 Subject: [PATCH] [tune](deps): Bump timm in /python/requirements/tune Bumps [timm](https://github.com/rwightman/pytorch-image-models) from 0.4.5 to 0.4.12. - [Release notes](https://github.com/rwightman/pytorch-image-models/releases) - [Changelog](https://github.com/rwightman/pytorch-image-models/blob/master/docs/archived_changes.md) - [Commits](https://github.com/rwightman/pytorch-image-models/compare/v0.4.5...v0.4.12) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_tune.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index 4d09dea81b47..303d0ab2f33f 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -4,7 +4,7 @@ ax-platform==0.2.1; python_version >= '3.7' bayesian-optimization==1.2.0 ConfigSpace==0.4.18 dask[complete]==2021.03.0; python_version < '3.7' -dask[complete]==2021.06.1; python_version >= '3.7' +dask[complete]==2021.8.1; python_version >= '3.7' dragonfly-opt==0.1.6 flaml==0.5.2 freezegun==1.1.0 @@ -32,10 +32,10 @@ pytorch-lightning-bolts==0.2.5 pytorch-lightning==1.0.3 scikit-learn==0.24.2 scikit-optimize==0.8.1 -sigopt==7.4.0 +sigopt==7.5.0 smart_open==5.1.0 tensorflow-probability==0.13.0 -timm==0.4.5 +timm==0.4.12 torch==1.8.1;sys_platform=="darwin"