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.
1 parent 32fcab4 commit 12a457eCopy full SHA for 12a457e
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