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 ea00dc1 commit bcc29fbCopy full SHA for bcc29fb
Dockerfile.tmpl
@@ -460,7 +460,8 @@ RUN pip install flashtext && \
460
pip install plotly_express && \
461
pip install albumentations && \
462
pip install catalyst && \
463
- pip install osmnx && \
+ # b/206990323 osmx 1.1.2 requires numpy >= 1.21 which we don't want.
464
+ pip install osmnx==1.1.1 && \
465
apt-get -y install libspatialindex-dev && \
466
pip install pytorch-ignite && \
467
pip install qgrid && \
0 commit comments