Skip to content

Commit

Permalink
DOC don't update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Dec 9, 2016
1 parent 2220f63 commit 67d0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -45,7 +45,7 @@ dependencies:
# install numpy first as it is a compile time dependency for other packages
- pip install --upgrade numpy
# install documentation building dependencies
- pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
- pip install --upgrade matplotlib nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
# Installing required packages for `make -C doc check command` to work.
- sudo -E apt-get -yq update
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra
Expand Down

0 comments on commit 67d0779

Please sign in to comment.