Selaa lähdekoodia

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

ogert 4 vuotta sitten
vanhempi
commit
1b7e40c095
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      setup.py

+ 3 - 1
setup.py

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