Skip to content

Commit

Permalink
Lower requirement of smac
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Apr 24, 2022
1 parent 5078e34 commit 4a184db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autosklearn/util/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def verify_packages(packages: Optional[Union[str, List[str]]]) -> None:
continue

# Ignore comments
if package.startswith("#")
if package.startswith("#"):
continue

match = RE_PATTERN.match(package)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ threadpoolctl
ConfigSpace>=0.4.21,<0.5
pynisher>=0.6.3,<0.7
pyrfr>=0.8.1,<0.9
smac>=1.3.1,<1.4
smac>=1.2,<1.3

0 comments on commit 4a184db

Please sign in to comment.