Skip to content

Commit d844136

Browse files
authored
pin fury==0.7.1 to fix breakage
Version 0.8.0 causes test_dipy to break with ImportError: cannot import name 'vtk' from 'fury.window' http://b/217761018
1 parent 4cc1cd5 commit d844136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ 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+
pip install fury==0.7.1 dipy && \
319319
pip install plotnine && \
320320
pip install scikit-surprise && \
321321
pip install pymongo && \

0 commit comments

Comments
 (0)