Skip to content

Remove the PDPBox package which still relies on sklearn + pin prophet #1198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ RUN pip install mpld3 && \
pip install pyexcel-ods && \
pip install sklearn-pandas && \
pip install stemming && \
pip install prophet && \
pip install prophet==1.1.1 && \
pip install holoviews && \
pip install geoviews && \
pip install hypertools && \
Expand Down Expand Up @@ -478,7 +478,6 @@ RUN pip install flashtext && \
pip install pandasql && \
pip install tensorflow_hub && \
pip install jieba && \
pip install git+https://github.com/SauceCat/PDPbox && \
# ggplot is broken and main repo does not merge and release https://github.com/yhat/ggpy/pull/668
pip install https://github.com/hbasria/ggpy/archive/0.11.5.zip && \
pip install cesium && \
Expand Down
26 changes: 0 additions & 26 deletions tests/test_pdpbox.py

This file was deleted.