Skip to content

Commit 01ba18c

Browse files
authored
Remove geoviews & plotnine pins
We are now using `matplotlib` 3.2 which works with the latest version of these 2 packages.
1 parent e5c7ebd commit 01ba18c

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
@@ -221,9 +221,7 @@ RUN pip install mpld3 && \
221221
pip install holidays==0.9.12 && \
222222
pip install fbprophet && \
223223
pip install holoviews && \
224-
# 1.6.2 is not currently supported by the version of matplotlib we are using.
225-
# See other comments about why matplotlib is pinned.
226-
pip install geoviews==1.6.1 && \
224+
pip install geoviews && \
227225
pip install hypertools && \
228226
pip install py_stringsimjoin && \
229227
pip install nibabel && \
@@ -239,9 +237,7 @@ RUN pip install mpld3 && \
239237
pip install scikit-plot && \
240238
# dipy requires the optional fury dependency for visualizations.
241239
pip install fury dipy && \
242-
# plotnine 0.5 is depending on matplotlib >= 3.0 which is not compatible with basemap.
243-
# once basemap support matplotlib, we can unpin this package.
244-
pip install plotnine==0.4.0 && \
240+
pip install plotnine && \
245241
pip install scikit-surprise && \
246242
pip install pymongo && \
247243
pip install geoplot && \

0 commit comments

Comments
 (0)