We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b2f34 commit 8ea69e1Copy full SHA for 8ea69e1
tools/install_pre_requirements.sh
@@ -46,9 +46,10 @@ python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https:/
46
echo "nilearn"
47
python -m pip install $STD_ARGS "git+https://github.com/nilearn/nilearn"
48
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"
+# Not VTK 9.5+ compat yet
+# echo "VTK"
+# python -m pip install $STD_ARGS --only-binary ":all:" --extra-index-url "https://wheels.vtk.org" vtk
52
+# python -c "import vtk"
53
54
echo "PyVista"
55
python -m pip install $STD_ARGS "git+https://github.com/pyvista/pyvista" trame trame-vtk trame-vuetify jupyter ipyevents ipympl
0 commit comments