소스 검색

change setup.py

tsteuer 4 년 전
부모
커밋
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',