Parcourir la source

update setup.py

tsteuer il y a 5 ans
Parent
commit
b6fe55c761
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      setup.py

+ 3 - 1
setup.py

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