From c5212450f4674f633109a39e2d0bb36e930f5098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 15:25:23 +0000 Subject: [PATCH] pip(deps): update ax-platform requirement from ~=0.2.2 to ~=0.2.3 Updates the requirements on [ax-platform](https://github.com/facebook/Ax) to permit the latest version. - [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.2...0.2.3) --- updated-dependencies: - dependency-name: ax-platform dependency-type: direct:production ... 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 08d1cab3..f9913563 100644 --- a/requirements/TUNE_REQUIREMENTS.txt +++ b/requirements/TUNE_REQUIREMENTS.txt @@ -1,4 +1,4 @@ mypy_extensions~=0.4; python_version < '3.8' optuna~=2.10 torch>=1.8.1 -ax-platform~=0.2.2; python_version >= '3.7' +ax-platform~=0.2.3; python_version >= '3.7'