We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1c5b5 commit 4f3a31eCopy full SHA for 4f3a31e
Dockerfile
@@ -424,7 +424,8 @@ RUN pip install flashtext && \
424
pip install plotly_express && \
425
pip install albumentations && \
426
pip install catalyst && \
427
- pip install osmnx && \
+ # b/162850432 prevent matplotlib upgrade.
428
+ pip install osmnx==0.15.1 && \
429
apt-get -y install libspatialindex-dev && \
430
pip install pytorch-ignite && \
431
pip install qgrid && \
0 commit comments