Explorar el Código

Merge branch 'master' of https://intra.acdp.at/gogs/tanja/cdplib

ogert hace 4 años
padre
commit
1b7e40c095
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      setup.py

+ 3 - 1
setup.py

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