Skip to content

Commit 7ed09f2

Browse files
authored
Merge pull request #870 from Kaggle/unpin-geopandas
Unpin geopandas
2 parents 0c998f3 + 60ea9cc commit 7ed09f2

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)