Skip to content

Commit c5ca781

Browse files
committed
MAINT update circle install
1 parent f2dbcfe commit c5ca781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/circle_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source activate testenv
99
export CC=`which gcc`
1010
# install documentation building dependencies
1111
pip install --upgrade numpy
12-
pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc sphinx_gallery
12+
pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc sphinx_gallery pillow
1313
# And finally, all other dependencies
1414
cat requirements.txt | xargs -n 1 -L 1 pip install
1515

0 commit comments

Comments
 (0)