From cc055636996e04dbc69e5da428fb67ebf1959667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 07:05:56 +0000 Subject: [PATCH] [tune](deps): Bump ax-platform in /python/requirements/tune Bumps [ax-platform](https://github.com/facebook/Ax) from 0.1.20 to 0.2.6. - [Release notes](https://github.com/facebook/Ax/releases) - [Changelog](https://github.com/facebook/Ax/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/Ax/compare/v0.1.20...0.2.6) --- updated-dependencies: - dependency-name: ax-platform dependency-type: direct:production update-type: version-update:semver-minor ... 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 b00b9b081523..15af821ce44e 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -1,6 +1,6 @@ autogluon.core==0.1.0 ax-platform==0.1.9; python_version < '3.7' -ax-platform==0.1.20; python_version >= '3.7' +ax-platform==0.2.6; python_version >= '3.7' bayesian-optimization==1.2.0 ConfigSpace==0.4.18 dask[complete]==2021.03.0; python_version < '3.7'