8000 MAINT pin numpydoc in arm for now (#22292) · scikit-learn/scikit-learn@3209f84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3209f84

Browse files
authored
MAINT pin numpydoc in arm for now (#22292)
1 parent 203caea commit 3209f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_test_arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060
if [[ "$TEST_DOCSTRINGS" == "true" ]]; then
6161
# numpydoc requires sphinx
6262
mamba install --verbose -y sphinx
63-
mamba install --verbose -y numpydoc
63+
mamba install --verbose -y "numpydoc<1.2"
6464
fi
6565

6666
python --version

0 commit comments

Comments
 (0)
0