Skip to content

Commit d50af0c

Browse files
authored
Merge pull request #1128 from Kaggle/fix-fury
pin fury==0.7.1 to fix breakage
2 parents 4cc1cd5 + 0f4abea commit d50af0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ RUN pip install mpld3 && \
315315
pip install folium && \
316316
pip install scikit-plot && \
317317
# dipy requires the optional fury dependency for visualizations.
318-
pip install fury dipy && \
318+
# b/217761018 pinned fury to fix test
319+
pip install fury==0.7.1 dipy && \
319320
pip install plotnine && \
320321
pip install scikit-surprise && \
321322
pip install pymongo && \

0 commit comments

Comments
 (0)