Skip to content

Commit 6ef1998

Browse files
committed
Add scikit-image as optional dependency for continuous integration
1 parent 078c0af commit 6ef1998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.continuous-integration/travis/setup_dependencies_common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $CONDA_INSTALL pytest Cython jinja2 psutil
3030
# OPTIONAL DEPENDENCIES
3131
if $OPTIONAL_DEPS
3232
then
33-
$CONDA_INSTALL scipy h5py matplotlib pyyaml
33+
$CONDA_INSTALL scipy h5py matplotlib pyyaml scikit-image
3434
pip install beautifulsoup4
3535
fi
3636

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install:
4141
- "python --version"
4242

4343
# 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"
4545

4646
# Not a .NET project, we build SunPy in the install step instead
4747
build: false

0 commit comments

Comments
 (0)