Browse Source

update setup.py

tsteuer 4 years ago
parent
commit
b6fe55c761
1 changed files with 3 additions and 1 deletions
  1. 3 1
      setup.py

+ 3 - 1
setup.py

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