mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Merge branch 'master' of github.com:facebook/prophet
This commit is contained in:
commit
6a64410646
2 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue