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 bb12e84 commit 4e47005Copy full SHA for 4e47005
autosklearn/__init__.py
@@ -5,7 +5,7 @@
5
6
__MANDATORY_PACKAGES__ = '''
7
scikit-learn==0.17.1
8
-smac==0.2.0
+smac==0.2.1
9
lockfile>=0.10
10
ConfigSpace>=0.2.1
11
pyrfr==0.2.0
requirements.txt
@@ -22,4 +22,4 @@ xgboost==0.4a30
22
ConfigSpace
23
pynisher>=0.4
24
pyrfr
25
setup.py
@@ -33,7 +33,7 @@
33
"ConfigSpace",
34
"pynisher>=0.4",
35
"pyrfr",
36
- "smac==0.2.0"
+ "smac==0.2.1"
37
]
38
39
0 commit comments