Skip to content

Commit 12a457e

Browse files
committed
HOTFIX use only SMAC version 0.0.1 for compatibility reasons
1 parent 32fcab4 commit 12a457e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
25+
smac==0.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'Cython',
4444
'ConfigSpace',
4545
'pynisher',
46-
'smac',
46+
'smac==0.0.1',
4747
'pyrfr'],
4848
test_suite='nose.collector',
4949
scripts=['scripts/autosklearn'],

0 commit comments

Comments
 (0)