Remove Cython from install reqs and update shim (#2262)

This commit is contained in:
Cuong Duong 2022-09-06 09:27:54 +10:00 committed by GitHub
parent 271268a276
commit b3fedb560e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,3 @@
Cython>=0.22
cmdstanpy>=1.0.4
numpy>=1.15.4
pandas>=1.0.4

View file

@ -1 +1 @@
prophet~=1.0.1
prophet

View file

@ -5,7 +5,6 @@
from setuptools import setup, find_packages
with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()