Skip to content

Commit 4e47005

Browse files
committed
MAINT bump SMAC version to 0.2.1
1 parent bb12e84 commit 4e47005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autosklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__MANDATORY_PACKAGES__ = '''
77
scikit-learn==0.17.1
8-
smac==0.2.0
8+
smac==0.2.1
99
lockfile>=0.10
1010
ConfigSpace>=0.2.1
1111
pyrfr==0.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ xgboost==0.4a30
2222
ConfigSpace
2323
pynisher>=0.4
2424
pyrfr
25-
smac==0.2.0
25+
smac==0.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ConfigSpace",
3434
"pynisher>=0.4",
3535
"pyrfr",
36-
"smac==0.2.0"
36+
"smac==0.2.1"
3737
]
3838

3939

0 commit comments

Comments
 (0)