ソースを参照

change setup.py

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

+ 1 - 1
setup.py

@@ -13,7 +13,7 @@ INSTALL_REQUIRES = [
         'hyperopt',
         'xgboost',
         'scikit-learn',
-        'pandas==0.25.3',
+        'pandas',
         'pandas-compat',
         'xmltodict',
         'sqlalchemy',