Skip to content

Commit 72a9739

Browse files
committed
WIP: Remove PyVista
1 parent adb2e4e commit 72a9739

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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')

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ joblib
2323
psutil
2424
dipy
2525
https://api.github.com/repos/numpy/numpydoc/zipball/master
26-
https://api.github.com/repos/larsoner/PySurfer/zipball/safer
27-
imageio
26+
PySurfer[save_movie]
2827
nilearn
2928
neo
3029
xlrd

0 commit comments

Comments
 (0)