Skip to content

Commit 60ea9cc

Browse files
committed
Unpin geopandas
1 parent b85ee23 commit 60ea9cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ RUN pip install flashtext && \
435435
pip install transformers && \
436436
pip install dlib && \
437437
pip install kaggle-environments && \
438-
# b/149905611 The geopandas tests are broken with the version 0.7.0
439-
pip install geopandas==0.6.3 && \
438+
pip install geopandas && \
440439
pip install nnabla && \
441440
pip install vowpalwabbit && \
442441
# papermill can replace nbconvert for executing notebooks

0 commit comments

Comments
 (0)