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
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,15 @@ RUN pip install mpld3 && \
pip install s2sphere && \
pip install bayesian-optimization && \
pip install matplotlib-venn && \
pip install pyldavis && \
# b/184083722 pyldavis >= 3.3 requires numpy >= 1.20.0 but TensorFlow 2.4.1 / 2.5.0 requires 1.19.2
pip install pyldavis==3.2.2 && \
pip install mlxtend && \
pip install altair && \
# 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 && \
# b/179264579 cvxpy 1.1.8 requires numpy >= 1.20
pip install cvxpy==1.1.7 && \
# b/184083722 remove pin after upgrading to TensorFlow 2.5
pip install fancyimpute==0.5.5 && \
pip install pymc3 && \
pip install imagecodecs && \
pip install tifffile && \
Expand Down