From d9884089b40fd1b6a42e0e0e27d2c19f815c723a Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 24 Jan 2023 04:25:34 -0800 Subject: [PATCH] Move numpydoc req from install reqs to doc reqs (#188) Fix https://github.com/jni/skan/issues/186 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4a3cab44..6e2e469d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,6 @@ install_requires = networkx>=2.0 numba>=0.50 numpy>=1.16.5 - numpydoc>=0.9.2 pandas>=1.0 openpyxl>=2.4 scikit-image>=0.17 @@ -88,3 +87,4 @@ docs = myst-nb zarr pydata-sphinx-theme>=0.8.1 + numpydoc>=0.9.2