Skip to content

Commit

Permalink
update to SMAC3 v 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
motus committed Jul 25, 2024
1 parent 2a5b2d2 commit cf2ad53
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[blendsearch]"],
"smac": ["smac>=2.0.0"], # NOTE: Major refactoring on SMAC starting from v2.0.0
"smac": ["smac>=2.2.0"], # NOTE: Major refactoring on SMAC starting from v2.0.0
}

# construct special 'full' extra that adds requirements for all built-in
Expand Down

0 comments on commit cf2ad53

Please sign in to comment.