Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin fury==0.7.1 to fix breakage #1128

Merged
merged 2 commits into from
Feb 3, 2022
Merged

pin fury==0.7.1 to fix breakage #1128

merged 2 commits into from
Feb 3, 2022

Conversation

djherbis
Copy link
Contributor

@djherbis djherbis commented Feb 3, 2022

Version 0.8.0 causes test_dipy to break with ImportError: cannot import name 'vtk' from 'fury.window'

http:https://b/217761018

Version 0.8.0 causes test_dipy to break with ImportError: cannot import name 'vtk' from 'fury.window' 

http:https://b/217761018
@djherbis djherbis requested a review from Philmod February 3, 2022 21:14
@@ -315,7 +315,7 @@ RUN pip install mpld3 && \
pip install folium && \
pip install scikit-plot && \
# dipy requires the optional fury dependency for visualizations.
pip install fury dipy && \
pip install fury==0.7.1 dipy && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you create a bug and add the reference here as a comment for future readers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already had a bug, added note.

@djherbis djherbis merged commit d50af0c into main Feb 3, 2022
@djherbis djherbis deleted the fix-fury branch February 3, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants