From abfa9a77e785cfc0c984221008db1ed5c08212e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 14:45:22 +0000 Subject: [PATCH] pip(deps): bump ax-platform from 0.2.1 to 0.2.2 Bumps [ax-platform](https://github.com/facebook/Ax) from 0.2.1 to 0.2.2. - [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/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: ax-platform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/TUNE_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/TUNE_REQUIREMENTS.txt b/requirements/TUNE_REQUIREMENTS.txt index 408a5488..eac2eea3 100644 --- a/requirements/TUNE_REQUIREMENTS.txt +++ b/requirements/TUNE_REQUIREMENTS.txt @@ -2,4 +2,4 @@ mypy_extensions==0.4.3; python_version < '3.8' optuna==2.9.1 torchvision==0.10.0 torch==1.9.0 -ax-platform==0.2.1; python_version >= '3.7' +ax-platform==0.2.2; python_version >= '3.7'