Skip to content

Commit cc255f8

Browse files
committed
FIX add scikit-learn to circle.yml
1 parent 7b648f5 commit cc255f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
# install numpy first as it is a compile time dependency for other packages
2525
- pip install --upgrade numpy
2626
# install documentation building dependencies
27-
- pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
27+
- pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc scikit-learn
2828
# Installing required packages for `make -C doc check command` to work.
2929
- sudo -E apt-get -yq update
3030
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra
@@ -54,4 +54,4 @@ general:
5454
# Restric the build to the branch master only
5555
branches:
5656
only:
57-
- develop
57+
- develop

0 commit comments

Comments
 (0)