File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -219,9 +219,7 @@ RUN pip install mpld3 && \
219
219
pip install stemming && \
220
220
pip install fbprophet && \
221
221
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 && \
225
223
pip install hypertools && \
226
224
pip install py_stringsimjoin && \
227
225
pip install nibabel && \
@@ -237,9 +235,7 @@ RUN pip install mpld3 && \
237
235
pip install scikit-plot && \
238
236
# dipy requires the optional fury dependency for visualizations.
239
237
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 && \
243
239
pip install scikit-surprise && \
244
240
pip install pymongo && \
245
241
pip install geoplot && \
You can’t perform that action at this time.
0 commit comments