Skip to content

Commit 028b262

Browse files
authored
Merge pull request #806 from Kaggle/rm-osmnx-pin
Remove osmnx pin
2 parents fd5c65f + 60ad63f commit 028b262

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
@@ -412,10 +412,7 @@ RUN pip install flashtext && \
412412
pip install plotly_express && \
413413
pip install albumentations && \
414414
pip install catalyst && \
415-
# b/145133331: latest version is causing issue with gcloud.
416-
pip install rtree==0.8.3 && \
417-
# b/145133331 osmnx 0.11 requires rtree >= 0.9 which is causing issue with gcloud.
418-
pip install osmnx==0.10 && \
415+
pip install osmnx && \
419416
apt-get -y install libspatialindex-dev && \
420417
pip install pytorch-ignite && \
421418
pip install qgrid && \

0 commit comments

Comments
 (0)