-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
FIX: Prepare for PyVista 0.30.0 #9274
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
Conversation
| python -m pip install --progress-bar off --upgrade --pre --only-binary ":all:" numba llvmlite | ||
| wget -q https://osf.io/kej3v/download -O vtk-9.0.20201117-cp39-cp39-linux_x86_64.whl | ||
| python -m pip install --progress-bar off vtk-9.0.20201117-cp39-cp39-linux_x86_64.whl | ||
| python -m pip install --progress-bar off https://github.com/pyvista/pyvista/zipball/master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went with a solution that should be slightly easier to eventually revert in https://github.com/mne-tools/mne-python/pull/9284/files#diff-838a9c60bcbbc8d01b84e4169048fe3fc03667b383b463c501857b168e54d082R13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay sure, I'll use that then
|
What do you think @larsoner ? |
|
Thanks @GuillaumeFavelier ! |
* upstream/main: MRG: Return empty list of SSP projectors if no ECG, EOG events were found (mne-tools#9277) Better warning message for EDF files with annotations only (mne-tools#9283) FIX: Link [ci skip] FIX: Prepare for PyVista 0.30.0 (mne-tools#9274) Use info for checking more NIRS metadata, not raw (mne-tools#9282) MRG: Use info for checking NIRS metadata, not raw (mne-tools#9280) Fix issue where set ylim parameter gets swapped across channel types in plot_evoked_topo (mne-tools#9207)
On the latest version, the API for
_add_observer()anduse_ipyvtkhave been modified. This PR tries to catch up to those changes. Changes are also necessary in PyVistaQt.Follows #9010 (comment)