소스 검색

Update pandas requirement for dt.weekday_name

Ben Letham 8 년 전
부모
커밋
218455c06b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      python/setup.py

+ 1 - 1
python/setup.py

@@ -89,7 +89,7 @@ setup(
     install_requires=[
         'matplotlib',
         'numpy',
-        'pandas>=0.16',
+        'pandas>=0.18.1',
         'pystan>=2.14',
     ],
     zip_safe=False,