-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG, MAINT: Test 3.9 #8533
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
MRG, MAINT: Test 3.9 #8533
Conversation
| .. _GH-Linux: https://github.com/mne-tools/mne-python/actions?query=branch:master+event:push | ||
|
|
||
| .. |GH-macOS| image:: https://github.com/mne-tools/mne-python/workflows/macos%20/%20conda/badge.svg?branch=master | ||
| .. _GH-macOS: https://github.com/mne-tools/mne-python/actions?query=branch:master+event:push |
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.
Preview version:
I could add linux / pip etc. but since our official instructions are conda I think it makes sense to just to have the conda ones listed here.
| from pyvista.utilities import try_callback | ||
| from pyvista.plotting.plotting import _ALL_PLOTTERS | ||
| VTK9 = LooseVersion(vtk.VTK_VERSION) >= LooseVersion('9.0') | ||
| VTK9 = LooseVersion(getattr(vtk, 'VTK_VERSION', '9.0')) >= LooseVersion('9.0') |
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.
|
@GuillaumeFavelier feel free to merge if you're happy |
GuillaumeFavelier
left a comment
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.
LGTM
|
Thanks @larsoner ! |
* upstream/master: MRG, MAINT: Try conda-forge (mne-tools#8046) MRG, MAINT: deduplicate definition of FIFF constants (mne-tools#8537) ENH: Add realign_raw (mne-tools#8540) CI: Use 20.04 (mne-tools#8541) fix example (mne-tools#8539) MRG, VIZ, FIX: plot_sensors title and interactivity (mne-tools#8536) MRG, MAINT: Test 3.9 (mne-tools#8533)
--prejob. To do this I needed to compile my own Linux VTK wheel and upload to OSF. Let's see if that works. If not I guess we can get rid of VTK there, and have a second 3.8-pre job that has VTK.Closes #8456