@@ -9,7 +9,9 @@ INSTALL_REQUIRES = [
'jsonref',
'simplejson',
'mysql',
- 'sqlalchemy_utils'
+ 'sqlalchemy_utils',
+ 'sklearn',
+ 'hyperopt',
]