Skip to content

Commit 8343779

Browse files
author
evgenii
committed
CI: pin numpydoc==1.8.0 to unblock docstring validation
1 parent b94eb08 commit 8343779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies:
8484
# documentation
8585
- gitpython # obtain contributors from git for whatsnew
8686
- natsort # DataFrame.sort_values doctest
87-
- numpydoc
87+
- numpydoc=1.8.0
8888
- pydata-sphinx-theme=0.16
8989
- pytest-cython # doctest
9090
- sphinx

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tokenize-rt
5959
pre-commit>=4.2.0
6060
gitpython
6161
natsort
62-
numpydoc
62+
numpydoc==1.8.0
6363
pydata-sphinx-theme==0.16
6464
pytest-cython
6565
sphinx

0 commit comments

Comments
 (0)