From 88cbc9e2eeb18c0a6089615adf662ea73876de6a Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Fri, 27 Jun 2025 10:23:00 -0700 Subject: [PATCH] Pin numpydoc --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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