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 @@ -221,9 +221,7 @@ RUN pip install mpld3 && \
221
221
pip install holidays==0.9.12 && \
222
222
pip install fbprophet && \
223
223
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 && \
227
225
pip install hypertools && \
228
226
pip install py_stringsimjoin && \
229
227
pip install nibabel && \
@@ -239,9 +237,7 @@ RUN pip install mpld3 && \
239
237
pip install scikit-plot && \
240
238
# dipy requires the optional fury dependency for visualizations.
241
239
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 && \
245
241
pip install scikit-surprise && \
246
242
pip install pymongo && \
247
243
pip install geoplot && \
You can’t perform that action at this time.
0 commit comments