File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ jobs:
120120 set -e
121121 pip install --upgrade numpy scipy vtk
122122 pip install --upgrade -r requirements.txt
123+ pip uninstall -yq pyvista
123124 pip install codecov
124125 condition: eq(variables['TEST_MODE'], 'pip')
125126 displayName: 'Install dependencies with pip'
@@ -146,6 +147,7 @@ jobs:
146147 conda install numpy scipy matplotlib scikit-learn
147148 conda env update --file $env:CONDA_ENV
148149 pip uninstall -yq mne
150+ pip uninstall -yq pyvista
149151 pip install codecov
150152 Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH)
151153 condition: eq(variables['TEST_MODE'], 'conda')
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ dependencies:
3535 - vtk
3636 - https://api.github.com/repos/pyvista/pyvista/zipball/master
3737 - mayavi
38- - https://api.github.com/repos/larsoner/PySurfer/zipball/safer
39- - imageio
38+ - PySurfer[save_movie]
4039 - dipy --only-binary dipy
4140 - nibabel
4241 - nilearn
Original file line number Diff line number Diff line change 2323psutil
2424dipy
2525https://api.github.com/repos/numpy/numpydoc/zipball/master
26- https://api.github.com/repos/larsoner/PySurfer/zipball/safer
27- imageio
26+ PySurfer [save_movie ]
2827nilearn
2928neo
3029xlrd
You can’t perform that action at this time.
0 commit comments