Skip to content

Commit a0dda10

Browse files
authored
MAINT: Restore VTK dev (#13214)
1 parent a109ad5 commit a0dda10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mne/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def pytest_configure(config: pytest.Config):
178178
ignore:Python binding for RankQuantileOptions.*:
179179
# pyvista <-> NumPy 2.0
180180
ignore:__array_wrap__ must accept context and return_scalar arguments.*:DeprecationWarning
181+
# pyvista <-> VTK dev
182+
ignore:Call to deprecated method GetInputAsDataSet.*:DeprecationWarning
181183
# nibabel <-> NumPy 2.0
182184
ignore:__array__ implementation doesn't accept a copy.*:DeprecationWarning
183185
# quantities via neo

tools/install_pre_requirements.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https:/
4646
echo "nilearn"
4747
python -m pip install $STD_ARGS "git+https://github.com/nilearn/nilearn"
4848

49-
# Not VTK 9.5+ compat yet
50-
# echo "VTK"
51-
# python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https://wheels.vtk.org" vtk
52-
# python -c "import vtk"
49+
echo "VTK"
50+
python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https://wheels.vtk.org" vtk
51+
python -c "import vtk"
5352

5453
echo "PyVista"
5554
python -m pip install $STD_ARGS "git+https://github.com/pyvista/pyvista" trame trame-vtk trame-vuetify jupyter ipyevents ipympl

0 commit comments

Comments
 (0)