From d29c94ee910383b92928757732574863fbb2e9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 11:04:31 -0400 Subject: [PATCH] pip(deps): bump ax-platform from 0.2.0 to 0.2.1 (#90) Bumps [ax-platform](https://github.com/facebook/Ax) from 0.2.0 to 0.2.1. - [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.0...0.2.1) --- updated-dependencies: - dependency-name: ax-platform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d8e6d773..ab4222a3 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.9.1 torch==1.8.1 -ax-platform==0.2.0; python_version >= '3.7' \ No newline at end of file +ax-platform==0.2.1; python_version >= '3.7' \ No newline at end of file