File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ dependencies:
2525 - pip install --upgrade pip
2626 - pip install --upgrade numpy
2727 - pip install --upgrade scipy
28- - pip install git+https://github.com/mfeurer/liac-arff.git
2928 # install documentation building dependencies
3029 - pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc scikit-learn nbformat nbconvert
3130 # Installing required packages for `make -C doc check command` to work.
3231 - sudo -E apt-get -yq update
3332 - sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra
34- # finally install the requirements of the package to allow autodoc
35- - pip install -r requirements.txt
3633
3734 # The --user is needed to let sphinx see the source and the binaries
3835 # The pipefail is requested to propagate exit code
@@ -58,8 +55,3 @@ general:
5855 artifacts :
5956 - " doc/_build/html"
6057 - " ~/log.txt"
61- # Restric the build to the branch master only
62- branches :
63- only :
64- - master
65- - develop
You can’t perform that action at this time.
0 commit comments