mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
Remove Cython from install reqs and update shim (#2262)
This commit is contained in:
parent
271268a276
commit
b3fedb560e
3 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
Cython>=0.22
|
||||
cmdstanpy>=1.0.4
|
||||
numpy>=1.15.4
|
||||
pandas>=1.0.4
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
prophet~=1.0.1
|
||||
prophet
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
with open('README.md', 'r', encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue