8000
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 69dd9a5 commit 36786a4Copy full SHA for 36786a4
build_tools/circle/build_doc.sh
@@ -120,7 +120,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python="${PYTHON_VERSION:-*}" \
120
numpy="${NUMPY_VERSION:-*}" scipy="${SCIPY_VERSION:-*}" cython \
121
pytest coverage matplotlib="${MATPLOTLIB_VERSION:-*}" sphinx=1.6.2 pillow \
122
scikit-image="${SCIKIT_IMAGE_VERSION:-*}" pandas="${PANDAS_VERSION:-*}" \
123
- joblib
+ joblib memory_profiler
124
125
source activate testenv
126
pip install "sphinx-gallery>=0.2,<0.3"
0 commit comments