We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32fcab4 + 12a457e commit e7e8825Copy full SHA for e7e8825
requirements.txt
@@ -22,4 +22,4 @@ xgboost==0.4a30
22
ConfigSpace
23
pynisher>=0.4
24
pyrfr
25
-smac
+smac==0.0.1
setup.py
@@ -43,7 +43,7 @@
43
'Cython',
44
'ConfigSpace',
45
'pynisher',
46
- 'smac',
+ 'smac==0.0.1',
47
'pyrfr'],
48
test_suite='nose.collector',
49
scripts=['scripts/autosklearn'],
0 commit comments