Merge branch 'master' of github.com:facebook/prophet

This commit is contained in:
Sean J. Taylor 2019-05-13 23:00:24 -07:00
commit 6a64410646
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
dist: xenial
language: python
python:
- "2.7"
- "3.6"
- "3.7"
install:
- pip install --upgrade pip

View file

@ -1,5 +1,5 @@
Cython>=0.22
pystan>=2.14,<=2.18.1
pystan>=2.14
numpy>=1.10.0
pandas>=0.23.4
matplotlib>=2.0.0