ソースを参照

update setup.py

tsteuer 5 年 前
コミット
b6fe55c761
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      setup.py

+ 3 - 1
setup.py

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