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.
2 parents 4cc1cd5 + 0f4abea commit d50af0cCopy full SHA for d50af0c
Dockerfile.tmpl
@@ -315,7 +315,8 @@ 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 && \
+ # b/217761018 pinned fury to fix test
319
+ pip install fury==0.7.1 dipy && \
320
pip install plotnine && \
321
pip install scikit-surprise && \
322
pip install pymongo && \
0 commit comments