Skip to content

Commit 4a184db

Browse files
committed
Lower requirement of smac
1 parent 5078e34 commit 4a184db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autosklearn/util/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def verify_packages(packages: Optional[Union[str, List[str]]]) -> None:
1818
continue
1919

2020
# Ignore comments
21-
if package.startswith("#")
21+
if package.startswith("#"):
2222
continue
2323

2424
match = RE_PATTERN.match(package)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ threadpoolctl
1919
ConfigSpace>=0.4.21,<0.5
2020
pynisher>=0.6.3,<0.7
2121
pyrfr>=0.8.1,<0.9
22-
smac>=1.3.1,<1.4
22+
smac>=1.2,<1.3

0 commit comments

Comments
 (0)