File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ def pytest_configure(config: pytest.Config):
178
178
ignore:Python binding for RankQuantileOptions.*:
179
179
# pyvista <-> NumPy 2.0
180
180
ignore:__array_wrap__ must accept context and return_scalar arguments.*:DeprecationWarning
181
+ # pyvista <-> VTK dev
182
+ ignore:Call to deprecated method GetInputAsDataSet.*:DeprecationWarning
181
183
# nibabel <-> NumPy 2.0
182
184
ignore:__array__ implementation doesn't accept a copy.*:DeprecationWarning
183
185
# quantities via neo
Original file line number Diff line number Diff line change @@ -46,10 +46,9 @@ python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https:/
46
46
echo " nilearn"
47
47
python -m pip install $STD_ARGS " git+https://github.com/nilearn/nilearn"
48
48
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"
53
52
54
53
echo " PyVista"
55
54
python -m pip install $STD_ARGS " git+https://github.com/pyvista/pyvista" trame trame-vtk trame-vuetify jupyter ipyevents ipympl
You can’t perform that action at this time.
0 commit comments