File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,6 @@ RUN pip install mpld3 && \
278
278
pip install pyldavis==3.2.2 && \
279
279
pip install mlxtend && \
280
280
pip install altair && \
281
- # b/183944405 pystan 3.x is not compatible with fbprophet.
282
- pip install pystan==2.19.1.1 && \
283
281
pip install ImageHash && \
284
282
pip install ecos && \
285
283
pip install CVXcanon && \
@@ -302,7 +300,7 @@ RUN pip install mpld3 && \
302
300
pip install pyexcel-ods && \
303
301
pip install sklearn-pandas && \
304
302
pip install stemming && \
305
- pip install fbprophet && \
303
+ pip install prophet && \
306
304
pip install holoviews && \
307
305
pip install geoviews && \
308
306
pip install hypertools && \
Original file line number Diff line number Diff line change 3
3
import numpy as np
4
4
import pandas as pd
5
5
6
- from fbprophet import Prophet
6
+ from prophet import Prophet
7
7
8
8
class TestFbProphet (unittest .TestCase ):
9
9
def test_fit (self ):
You can’t perform that action at this time.
0 commit comments