diff --git a/environment.yml b/environment.yml index 74186bd2581c4..7a50300c30d85 100644 --- a/environment.yml +++ b/environment.yml @@ -84,7 +84,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew - natsort # DataFrame.sort_values doctest - - numpydoc + - numpydoc=1.8.0 - pydata-sphinx-theme=0.16 - pytest-cython # doctest - sphinx diff --git a/requirements-dev.txt b/requirements-dev.txt index 6515797bc3b9d..32205ee8bca32 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -59,7 +59,7 @@ tokenize-rt pre-commit>=4.2.0 gitpython natsort -numpydoc +numpydoc==1.8.0 pydata-sphinx-theme==0.16 pytest-cython sphinx