浏览代码

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,