Skip to content

Commit

Permalink
Install latest version of seaborn which fixes heatmap (#1315)
Browse files Browse the repository at this point in the history
http://b/308525631
  • Loading branch information
Philmod authored Oct 31, 2023
1 parent 4d71248 commit 71c35fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,12 @@ RUN export PATH=/usr/local/cuda/bin:$PATH && \
/tmp/clean-layer.sh
{{ end }}

# Make sure to install at least the version 0.13.0 of seaborn
# which has a fix for heatmap (b/308525631)
RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
pip install seaborn python-dateutil dask igraph \
pip install \
seaborn>=0.13.0 \
python-dateutil dask igraph \
pyyaml joblib husl geopy mne pyshp \
pandas \
polars \
Expand Down

0 comments on commit 71c35fe

Please sign in to comment.