소스 검색

Up pandas requirement to 0.20.1 to avoid bug from #256

Ben Letham 7 년 전
부모
커밋
7e170ffba5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      python/requirements.txt

+ 1 - 1
python/requirements.txt

@@ -1,5 +1,5 @@
 Cython>=0.22
 pystan>=2.14
 numpy>=1.10.0
-pandas>=0.18.1
+pandas>=0.20.1
 matplotlib>=2.0.0