mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-29 20:14:08 +00:00
Declare matplotlib/numpy as explicit dependencies.
This commit is contained in:
parent
61b4822c37
commit
3162d6c94f
1 changed files with 3 additions and 1 deletions
|
|
@ -81,8 +81,10 @@ setup(
|
|||
'pystan>=2.8',
|
||||
],
|
||||
install_requires=[
|
||||
'matplotlib',
|
||||
'numpy',
|
||||
'pandas',
|
||||
'pystan',
|
||||
'pystan>=2.8',
|
||||
],
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue