Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down