Skip to content

Commit

Permalink
Update flaml requirement from <2.2.0 to <2.4.0 in /mlos_core
Browse files Browse the repository at this point in the history
Updates the requirements on [flaml](https://github.com/microsoft/FLAML) to permit the latest version.
- [Release notes](https://github.com/microsoft/FLAML/releases)
- [Commits](microsoft/FLAML@v0.1.0...v2.3.0)

---
updated-dependencies:
- dependency-name: flaml
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent ff349f7 commit df37a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df37a5d

Please sign in to comment.