From 60ea9cc42405bbf375c1c0ac39a63812bd026827 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Mon, 31 Aug 2020 23:33:34 +0000 Subject: [PATCH] Unpin geopandas --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e38ce89b..d0a623cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -435,8 +435,7 @@ RUN pip install flashtext && \ pip install transformers && \ pip install dlib && \ pip install kaggle-environments && \ - # b/149905611 The geopandas tests are broken with the version 0.7.0 - pip install geopandas==0.6.3 && \ + pip install geopandas && \ pip install nnabla && \ pip install vowpalwabbit && \ # papermill can replace nbconvert for executing notebooks