Skip to content

Commit 846647d

Browse files
authored
fix (#1419)
1 parent 1513933 commit 846647d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ RUN export PATH=/usr/local/cuda/bin:$PATH && \
183183
RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
184184
pip install --upgrade \
185185
"matplotlib<3.8.0" \
186-
seaborn \
186+
"seaborn==0.12.2" \
187187
python-dateutil dask dask-expr igraph \
188188
pyyaml joblib geopy mne pyshp \
189189
pandas \

0 commit comments

Comments
 (0)