Skip to content

Commit 4f3a31e

Browse files
committed
Pin osmnx to prevent matplotlib upgrade
1 parent 8b1c5b5 commit 4f3a31e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ RUN pip install flashtext && \
424424
pip install plotly_express && \
425425
pip install albumentations && \
426426
pip install catalyst && \
427-
pip install osmnx && \
427+
# b/162850432 prevent matplotlib upgrade.
428+
pip install osmnx==0.15.1 && \
428429
apt-get -y install libspatialindex-dev && \
429430
pip install pytorch-ignite && \
430431
pip install qgrid && \

0 commit comments

Comments
 (0)