Skip to content

Commit fe3f705

Browse files
committed
pin numpydoc<1.9.0
1 parent c8b110c commit fe3f705

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build_tools/update_environments_and_lock_files.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@
8383

8484
docstring_test_dependencies = ["sphinx", "numpydoc"]
8585

86-
default_package_constraints = {}
86+
default_package_constraints = {
87+
# TODO: remove once https://github.com/numpy/numpydoc/issues/638 is fixed
88+
# and released.
89+
"numpydoc": "<1.9.0",
90+
}
8791

8892

8993
def remove_from(alist, to_remove):

0 commit comments

Comments
 (0)