We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc1cd5 commit d844136Copy full SHA for d844136
Dockerfile.tmpl
@@ -315,7 +315,7 @@ RUN pip install mpld3 && \
315
pip install folium && \
316
pip install scikit-plot && \
317
# dipy requires the optional fury dependency for visualizations.
318
- pip install fury dipy && \
+ pip install fury==0.7.1 dipy && \
319
pip install plotnine && \
320
pip install scikit-surprise && \
321
pip install pymongo && \
0 commit comments