File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525# Configure the conda environment and put it in the path using the
2626# provided versions
2727conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28- numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn
28+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib scikit-learn nbconvert nbformat jupyter_client
2929source activate testenv
3030
3131
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 scikit-learn
27+ - pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc scikit-learn nbformat nbconvert
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
You can’t perform that action at this time.
0 commit comments