From 409df9545a6d593f4a6eef974fd1e798588b02a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 08:03:21 +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.9. - [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.9) --- 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..14f9bf0b8deb 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.9; python_version >= '3.7' bayesian-optimization==1.2.0 ConfigSpace==0.4.18 dask[complete]==2021.03.0; python_version < '3.7'