File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66__MANDATORY_PACKAGES__ = '''
77numpy>=1.9,<1.12
88scikit-learn==0.17.1
9- smac==0.2.4
9+ smac==0.3.0
1010lockfile>=0.10
11- ConfigSpace>=0.2.3
11+ ConfigSpace>=0.3.1,<0.4
1212pyrfr==0.2.0
1313xgboost==0.4a30
1414'''
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ liac-arff
1919pandas
2020xgboost == 0.4a30
2121
22- ConfigSpace >= 0.2.3 ,< 0.3
22+ ConfigSpace >= 0.3.1 ,< 0.4
2323pynisher >= 0.4
2424pyrfr
25- smac == 0.2.4
25+ smac == 0.3.0
Original file line number Diff line number Diff line change 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
3737with open ("autosklearn/__version__.py" ) as fh :
You can’t perform that action at this time.
0 commit comments