8000 [doc build] add memory usage in examples. · scikit-learn/scikit-learn@36786a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36786a4

Browse files
committed
8000
[doc build] add memory usage in examples.
1 parent 69dd9a5 commit 36786a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python="${PYTHON_VERSION:-*}" \
120120
numpy="${NUMPY_VERSION:-*}" scipy="${SCIPY_VERSION:-*}" cython \
121121
pytest coverage matplotlib="${MATPLOTLIB_VERSION:-*}" sphinx=1.6.2 pillow \
122122
scikit-image="${SCIKIT_IMAGE_VERSION:-*}" pandas="${PANDAS_VERSION:-*}" \
123-
joblib
123+
joblib memory_profiler
124124

125125
source activate testenv
126126
pip install "sphinx-gallery>=0.2,<0.3"

0 commit comments

Comments
 (0)
0