From df37a5d3f8c879c84e5ba0126f7d7eee29aecafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:38:20 +0000 Subject: [PATCH] Update flaml requirement from <2.2.0 to <2.4.0 in /mlos_core Updates the requirements on [flaml](https://github.com/microsoft/FLAML) to permit the latest version. - [Release notes](https://github.com/microsoft/FLAML/releases) - [Commits](https://github.com/microsoft/FLAML/compare/v0.1.0...v2.3.0) --- updated-dependencies: - dependency-name: flaml dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- mlos_core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlos_core/setup.py b/mlos_core/setup.py index 34a0032631..05664a3a29 100644 --- a/mlos_core/setup.py +++ b/mlos_core/setup.py @@ -69,7 +69,7 @@ def _get_long_desc_from_readme(base_url: str) -> dict: extra_requires: Dict[str, List[str]] = { # pylint: disable=consider-using-namedtuple-or-dataclass "flaml": [ - "flaml<2.2.0", # FIXME: temporarily avoid changes in new FLAML package (#839). + "flaml<2.4.0", # FIXME: temporarily avoid changes in new FLAML package (#839). "flaml[blendsearch]", ], # NOTE: Major refactoring on SMAC and ConfigSpace v1.0 starting from v2.2