We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2ad3e commit d0283ccCopy full SHA for d0283cc
.circleci/config.yml
@@ -14,7 +14,7 @@ jobs:
14
conda update --yes --quiet conda
15
conda create -n testenv --yes --quiet python=3
16
source activate testenv
17
- conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow
+ conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow cython nomkl
18
pip install sphinx-gallery
19
pip install .
20
cd doc
0 commit comments