From cbfcd65aecadb1e44e64d89ff63f3daf3afe9622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 08:12:33 +0000 Subject: [PATCH] pip(deps): update ax-platform requirement from ~=0.2.3 to ~=0.2.4 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.3...0.2.4) --- 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 f9913563..954ef1ce 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.3; python_version >= '3.7' +ax-platform~=0.2.4; python_version >= '3.7'