From 086683d8c4c0a20e4c537dc7c5a7e7c84d8fd6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 19:45:46 +0000 Subject: [PATCH] [tune](deps): Bump wandb from 0.10.19 to 0.10.22 in /python/requirements Bumps [wandb](https://github.com/wandb/client) from 0.10.19 to 0.10.22. - [Release notes](https://github.com/wandb/client/releases) - [Changelog](https://github.com/wandb/client/blob/master/CHANGELOG.md) - [Commits](https://github.com/wandb/client/compare/v0.10.19...v0.10.22) Signed-off-by: dependabot[bot] --- python/requirements/requirements_tune.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/requirements/requirements_tune.txt b/python/requirements/requirements_tune.txt index ded906124952..a5dce07747d2 100644 --- a/python/requirements/requirements_tune.txt +++ b/python/requirements/requirements_tune.txt @@ -1,3 +1,4 @@ +autogluon.core==0.0.16b20210113 # to pin autogluon.core ax-platform==0.1.9; python_version < '3.7' ax-platform==0.1.20; python_version >= '3.7' bayesian-optimization==1.2.0 @@ -18,7 +19,7 @@ matplotlib==3.3.4 mlflow==1.14.0 mxnet==1.7.0.post1 nevergrad==0.4.2.post5 -optuna==2.4.0 +optuna==2.5.0 pytest-remotedata==0.3.2 pytorch-lightning-bolts==0.2.5 pytorch-lightning==1.0.3 @@ -41,6 +42,6 @@ torchvision==0.8.2+cpu;sys_platform!="darwin" transformers==4.3.2 -wandb==0.10.19 +wandb==0.10.22 xgboost==1.3.3 zoopt==0.4.1