Skip to content

Commit

Permalink
WIP: Try to fix PySurfer failures
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 26, 2020
1 parent db89fd6 commit ce53ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
conda env update --file $env:CONDA_ENV
pip uninstall -yq mne
pip install codecov
pip uninstall -yq pysurfer mayavi
Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH)
condition: eq(variables['TEST_MODE'], 'conda')
displayName: 'Install dependencies with conda'
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
- vtk
- pyvista>=0.23.1
- mayavi
- PySurfer[save_movie]
- PySurfer[save_movie] @ https://api.github.com/repos/larsoner/PySurfer/zipball/force
- dipy --only-binary dipy
- nibabel
- nilearn
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ joblib
psutil
dipy
https://api.github.com/repos/numpy/numpydoc/zipball/master
PySurfer[save_movie]
PySurfer[save_movie] @ https://api.github.com/repos/larsoner/PySurfer/zipball/force
nilearn
neo
xlrd
pydocstyle
flake8
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/zipball/29694f215b39d64a31b845aafd9ff2ae9329494f
https://api.github.com/repos/mcmtroffaes/sphinxcontrib-bibtex/zipball/29694f215b39d64a31b845aafd9ff2ae9329494f
pyvista>=0.23.1

0 comments on commit ce53ac4

Please sign in to comment.