Skip to content

Commit

Permalink
Update flaml. Closes microsoft#839
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Jan 10, 2025
1 parent 91725b7 commit 9c93cad
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 @@ -68,7 +68,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",
"flaml[blendsearch]",
],
# NOTE: Major refactoring on SMAC and ConfigSpace v1.0 starting from v2.2
Expand Down

0 comments on commit 9c93cad

Please sign in to comment.