From a052821e34950847d1ef9afb42bd80350cd15cdc Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Mon, 24 Jan 2022 22:13:08 -0500 Subject: [PATCH] MAINT pin numpydoc in arm for now --- build_tools/circle/build_test_arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/circle/build_test_arm.sh b/build_tools/circle/build_test_arm.sh index 67beaae5dba31..5ea185eed726c 100755 --- a/build_tools/circle/build_test_arm.sh +++ b/build_tools/circle/build_test_arm.sh @@ -60,7 +60,7 @@ fi if [[ "$TEST_DOCSTRINGS" == "true" ]]; then # numpydoc requires sphinx mamba install --verbose -y sphinx - mamba install --verbose -y numpydoc + mamba install --verbose -y "numpydoc<1.2" fi python --version