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 0ab42c9 commit 10135daCopy full SHA for 10135da
appveyor.yml
@@ -23,8 +23,8 @@ install:
23
24
# Install the dependencies of the project.
25
- "conda install --yes --quiet ipython==1.1.0 numpy scipy mayavi matplotlib nose imaging"
26
- - "pip install -q nose-timer nibabel"
27
- - "python setup.py develop"
+ - "pip install -q nose-timer"
+ - "pip install -e .[save_movie]"
28
- "SET SUBJECTS_DIR=%CD%\\subjects"
29
30
build: false # Not a C# project, build stuff at the test step instead.
surfer/utils.py
@@ -626,7 +626,7 @@ def has_fsaverage(subjects_dir=None):
626
627
def has_imageio():
628
try:
629
- import imageio
+ import imageio # NOQA
630
except ImportError:
631
return False
632
else:
0 commit comments