From 894c3b9262716f64f32678151bc98b630396bbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:08:22 +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 34a0032631a..05664a3a29e 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