Skip to content

Commit 60ad63f

Browse files
authored
Remove osmnx pin
BUG=145133331
1 parent e5c7ebd commit 60ad63f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,7 @@ RUN pip install flashtext && \
414414
pip install plotly_express && \
415415
pip install albumentations && \
416416
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 && \
417+
pip install osmnx && \
421418
apt-get -y install libspatialindex-dev && \
422419
pip install pytorch-ignite && \
423420
pip install qgrid && \

0 commit comments

Comments
 (0)