Skip to content
Merged
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: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ RUN pip install mpld3 && \
pip install pyldavis && \
pip install mlxtend && \
pip install altair && \
pip install pystan && \
# b/183944405 pystan 3.x is not compatible with fbprophet.
pip install pystan==2.19.1.1 && \
pip install ImageHash && \
pip install ecos && \
pip install CVXcanon && \
Expand Down