Skip to content

Commit 59d6b8a

Browse files
authored
Remove pin of fury (#1137)
Latest version of dipy (1.5.0) released last week requires the latest version of fury (0.8.0). http://b/224623471
1 parent f3a08dd commit 59d6b8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,7 @@ RUN pip install mpld3 && \
314314
pip install lightfm && \
315315
pip install folium && \
316316
pip install scikit-plot && \
317-
# dipy requires the optional fury dependency for visualizations.
318-
# b/217761018 pinned fury to fix test
319-
pip install fury==0.7.1 dipy && \
317+
pip install fury dipy && \
320318
pip install plotnine && \
321319
pip install scikit-surprise && \
322320
pip install pymongo && \

0 commit comments

Comments
 (0)