Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Jan 10, 2025
1 parent a1274be commit 02e0441
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.4.0",
"flaml>=2.3.3",
"flaml[blendsearch]",
],
# NOTE: Major refactoring on SMAC and ConfigSpace v1.0 starting from v2.2
Expand Down

0 comments on commit 02e0441

Please sign in to comment.