-
-
Notifications
You must be signed in to change notification settings - Fork 210
Switch to vtk version that supports aarch64 wheels in end user image #3805
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
base: main
Are you sure you want to change the base?
Conversation
Let me know when this is ready and I can trigger a build for you. |
Could you simply lower bound the version which you know has arm wheels? Then we can forget about it. |
Sounds good, lets give it a try. |
Then we should probably remove the version pin of |
Yes, should be fine, I think it's pretty stable now. |
Please wait for pyvista/pyvista#7690 to be merged and released before triggering a docker image rebuild, because the current pyvista version is not compatible with the newest vtk. |
Current test run has a 'test' prefix - should not overwrite the images. Should we then add 0.46 as a |
Running |
Don't think so. |
Reviewed and looks good - please merge once pyvista make a new release. There is only a need for a lower bound on |
I don't think so. |
Quite possibly, as long as there are no source distributions for any version? Given that we're talking about something which is really an implementation detail, the explicit lower bound might still be best. |
vtk distributed wheels for aarch64 from version 9.5.0 onwards. This allows to switch back to pip installed dependencies for the
lab
image.