Skip to content

Commit 203caea

Browse files
authored
MAINT pin max numpydoc for now (#22286)
1 parent 7879eb1 commit 203caea

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)