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 fbdf9a3 commit be8ae3dCopy full SHA for be8ae3d
tools/install_dependencies.sh
@@ -8,7 +8,7 @@ python -m pip install --upgrade -r requirements.txt
8
if [ -n "${OPTIONAL_DEPENDS}" ]; then
9
for DEP in ${OPTIONAL_DEPENDS}; do
10
if [ ${DEP} == "mayavi" ]; then
11
- python -m pip install numpy vtk
+ python -m pip install numpy vtk==9.0.1
12
sudo apt update
13
sudo apt-get install -y xvfb \
14
x11-utils \
0 commit comments