Skip to content

Commit 8ea69e1

Browse files
authored
MAINT: Fix pip-pre with PyVista (#13207)
1 parent 21b2f34 commit 8ea69e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/install_pre_requirements.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ 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-
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"
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"
5253

5354
echo "PyVista"
5455
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)