File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments