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 e5c7ebd commit 60ad63fCopy full SHA for 60ad63f
Dockerfile
@@ -414,10 +414,7 @@ RUN pip install flashtext && \
414
pip install plotly_express && \
415
pip install albumentations && \
416
pip install catalyst && \
417
- # b/145133331: latest version is causing issue with gcloud.
418
- pip install rtree==0.8.3 && \
419
- # b/145133331 osmnx 0.11 requires rtree >= 0.9 which is causing issue with gcloud.
420
- pip install osmnx==0.10 && \
+ pip install osmnx && \
421
apt-get -y install libspatialindex-dev && \
422
pip install pytorch-ignite && \
423
pip install qgrid && \
0 commit comments