在python3中安装fbprophet-0.7.1需要哪些依赖,并列出
时间: 2024-03-05 07:51:36 浏览: 111
安装PHP需要的依赖
安装 fbprophet-0.7.1 需要以下依赖:
1. numpy
2. pandas
3. matplotlib
4. setuptools
5. Cython
6. pystan
你可以使用以下命令安装这些依赖:
```
pip install numpy pandas matplotlib setuptools Cython pystan
```
安装完成后,使用以下命令安装 fbprophet-0.7.1:
```
pip install fbprophet
```
阅读全文