From f74273e23fdc46c3cf0aad9bef5b91c081807eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 07:09:16 +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.6.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 4a8694073ccd..f16069670fc2 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.7.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