Skip to content

Commit 055f5c0

Browse files
committed
MAINT bump smac version number
1 parent 64397cb commit 055f5c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

autosklearn/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
__MANDATORY_PACKAGES__ = '''
77
numpy>=1.9,<1.12
88
scikit-learn==0.17.1
9-
smac==0.2.4
9+
smac==0.3.0
1010
lockfile>=0.10
11-
ConfigSpace>=0.2.3
11+
ConfigSpace>=0.3.1,<0.4
1212
pyrfr==0.2.0
1313
xgboost==0.4a30
1414
'''

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ liac-arff
1919
pandas
2020
xgboost==0.4a30
2121

22-
ConfigSpace>=0.2.3,<0.3
22+
ConfigSpace>=0.3.1,<0.4
2323
pynisher>=0.4
2424
pyrfr
25-
smac==0.2.4
25+
smac==0.3.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"liac-arff",
2929
"pandas",
3030
"xgboost==0.4a30",
31-
"ConfigSpace>=0.2.3",
31+
"ConfigSpace>=0.3.1,<0.4",
3232
"pynisher>=0.4",
3333
"pyrfr",
34-
"smac==0.2.4"
34+
"smac==0.3.0"
3535
]
3636

3737
with open("autosklearn/__version__.py") as fh:

0 commit comments

Comments
 (0)