From 9bc9e2db4f9664d5905252dc9bd658b082ce9039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 09:31:45 +0000 Subject: [PATCH] [tune](deps): Update pymoo requirement in /python/requirements/ml Updates the requirements on [pymoo](https://github.com/anyoptimization/pymoo) to permit the latest version. - [Release notes](https://github.com/anyoptimization/pymoo/releases) - [Commits](https://github.com/anyoptimization/pymoo/compare/0.2.0...0.5.0) --- updated-dependencies: - dependency-name: pymoo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements/ml/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/requirements_tune.txt b/python/requirements/ml/requirements_tune.txt index 4a8694073cc..9131e2acd4c 100644 --- a/python/requirements/ml/requirements_tune.txt +++ b/python/requirements/ml/requirements_tune.txt @@ -15,7 +15,7 @@ gpy==1.10.0 gym[atari]==0.18.3 h5py==3.1.0 hpbandster==0.7.4 -pymoo<0.5.0 # this is a HEBO dependency, remove after https://github.com/huawei-noah/noah-research/issues/41 is fixed +pymoo<0.6.0 # this is a HEBO dependency, remove after https://github.com/huawei-noah/noah-research/issues/41 is fixed HEBO==0.1.0 hyperopt==0.2.5 jupyter==1.0.0