Skip to content

Commit 102fb40

Browse files
authored
Remove the PDPBox package which still relies on sklearn + pin prophet (#1198)
1 parent cef92be commit 102fb40

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ RUN pip install mpld3 && \
312312
pip install pyexcel-ods && \
313313
pip install sklearn-pandas && \
314314
pip install stemming && \
315-
pip install prophet && \
315+
pip install prophet==1.1.1 && \
316316
pip install holoviews && \
317317
pip install geoviews && \
318318
pip install hypertools && \
@@ -478,7 +478,6 @@ RUN pip install flashtext && \
478478
pip install pandasql && \
479479
pip install tensorflow_hub && \
480480
pip install jieba && \
481-
pip install git+https://github.com/SauceCat/PDPbox && \
482481
# ggplot is broken and main repo does not merge and release https://github.com/yhat/ggpy/pull/668
483482
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
484483
pip install cesium && \

tests/test_pdpbox.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)