File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ source activate testenv
88
99# install documentation building dependencies
1010pip install --upgrade numpy
11- pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc
11+ pip install --upgrade matplotlib setuptools nose coverage sphinx==1.5.5 sphinx_bootstrap_theme numpydoc
1212# And finally, all other dependencies
1313cat requirements.txt | xargs -n 1 -L 1 pip install
1414
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ For a full list please have a look at the source code (in `autosklearn/pipeline/
6868 * `Preprocessors <https://github.com/automl/auto-sklearn/tree/master/autosklearn/pipeline/components/feature_preprocessing >`_
6969
7070Turning off preprocessing
71- ~~~~~~~~~~~~~~~~~~~~~~~~
71+ ~~~~~~~~~~~~~~~~~~~~~~~~~
7272
7373Preprocessing in *auto-sklearn * is divided into data preprocessing and
7474feature preprocessing. Data preprocessing includes One-Hot encoding of
You can’t perform that action at this time.
0 commit comments