Browse Source

change setup.py

tsteuer 4 years ago
parent
commit
0b75316583
1 changed files with 1 additions and 1 deletions
  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',