We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94eb08 commit 8343779Copy full SHA for 8343779
environment.yml
@@ -84,7 +84,7 @@ dependencies:
84
# documentation
85
- gitpython # obtain contributors from git for whatsnew
86
- natsort # DataFrame.sort_values doctest
87
- - numpydoc
+ - numpydoc=1.8.0
88
- pydata-sphinx-theme=0.16
89
- pytest-cython # doctest
90
- sphinx
requirements-dev.txt
@@ -59,7 +59,7 @@ tokenize-rt
59
pre-commit>=4.2.0
60
gitpython
61
natsort
62
-numpydoc
+numpydoc==1.8.0
63
pydata-sphinx-theme==0.16
64
pytest-cython
65
sphinx
0 commit comments