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 f2dbcfe commit c5ca781Copy full SHA for c5ca781
ci_scripts/circle_install.sh
@@ -9,7 +9,7 @@ source activate testenv
9
export CC=`which gcc`
10
# install documentation building dependencies
11
pip install --upgrade numpy
12
-pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc sphinx_gallery
+pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc sphinx_gallery pillow
13
# And finally, all other dependencies
14
cat requirements.txt | xargs -n 1 -L 1 pip install
15
0 commit comments