8000 MAINT pin max numpydoc for now (#22286) · scikit-learn/scikit-learn@948b04c · GitHub
[go: up one dir, main page]

Skip to content

Commit 948b04c

Browse files
ogriseljjerphan
authored andcommitted
MAINT pin max numpydoc for now (#22286)
1 parent 4ad3509 commit 948b04c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_tools/azure/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ fi
147147
if [[ "$TEST_DOCSTRINGS" == "true" ]]; then
148148
# numpydoc requires sphinx
149149
python -m pip install sphinx
150-
python -m pip install numpydoc
150+
# TODO: update the docstring checks to be compatible with new
151+
# numpydoc versions
152+
python -m pip install "numpydoc<1.2"
151153
fi
152154

153155
python --version

0 commit comments

Comments
 (0)
0