Browse Source

Update pandas requirement for dt.weekday_name

Ben Letham 8 năm trước cách đây
mục cha
commit
218455c06b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,