Skip to content

Commit 9b6f819

Browse files
authored
Merge pull request #805 from Kaggle/rm-matplotlib-related-pins
Remove geoviews & plotnine pins
2 parents a65ac3c + 01ba18c commit 9b6f819

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ RUN pip install mpld3 && \
219219
pip install stemming && \
220220
pip install fbprophet && \
221221
pip install holoviews && \
222-
# 1.6.2 is not currently supported by the version of matplotlib we are using.
223-
# See other comments about why matplotlib is pinned.
224-
pip install geoviews==1.6.1 && \
222+
pip install geoviews && \
225223
pip install hypertools && \
226224
pip install py_stringsimjoin && \
227225
pip install nibabel && \
@@ -237,9 +235,7 @@ RUN pip install mpld3 && \
237235
pip install scikit-plot && \
238236
# dipy requires the optional fury dependency for visualizations.
239237
pip install fury dipy && \
240-
# plotnine 0.5 is depending on matplotlib >= 3.0 which is not compatible with basemap.
241-
# once basemap support matplotlib, we can unpin this package.
242-
pip install plotnine==0.4.0 && \
238+
pip install plotnine && \
243239
pip install scikit-surprise && \
244240
pip install pymongo && \
245241
pip install geoplot && \

0 commit comments

Comments
 (0)