Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 797aefd

Browse files
glemaitrejnothman
authored andcommitted
MNT bump the version of numpydoc and sphinx gallery (#15681)
1 parent dd7d6f7 commit 797aefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/circle/build_doc.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python="${PYTHON_VERSION:-*}" \
172172
joblib memory_profiler packaging
173173

174174
source activate testenv
175-
pip install sphinx-gallery==0.3.1
176-
pip install numpydoc==0.9
175+
pip install sphinx-gallery
176+
pip install numpydoc
177177

178178
# Build and install scikit-learn in dev mode
179179
python setup.py build_ext --inplace -j 3

0 commit comments

Comments
 (0)