File tree 2 files changed +2
-2
lines changed
.continuous-integration/travis
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $CONDA_INSTALL pytest Cython jinja2 psutil
30
30
# OPTIONAL DEPENDENCIES
31
31
if $OPTIONAL_DEPS
32
32
then
33
- $CONDA_INSTALL scipy h5py matplotlib pyyaml
33
+ $CONDA_INSTALL scipy h5py matplotlib pyyaml scikit-image
34
34
pip install beautifulsoup4
35
35
fi
36
36
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ install:
41
41
- " python --version"
42
42
43
43
# Install specified version of numpy and dependencies
44
- - " conda install -q --yes numpy=%NUMPY_VERSION% pytest Cython scipy h5py beautiful-soup jinja2 pyyaml"
44
+ - " conda install -q --yes numpy=%NUMPY_VERSION% pytest Cython scipy h5py beautiful-soup jinja2 pyyaml scikit-image "
45
45
46
46
# Not a .NET project, we build SunPy in the install step instead
47
47
build : false
You can’t perform that action at this time.
0 commit comments