mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-24 19:43:41 +00:00
Update pandas requirement for dt.weekday_name
This commit is contained in:
parent
864d06ecee
commit
218455c06b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ setup(
|
|||
install_requires=[
|
||||
'matplotlib',
|
||||
'numpy',
|
||||
'pandas>=0.16',
|
||||
'pandas>=0.18.1',
|
||||
'pystan>=2.14',
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue