From 5108553c376e77fcc120cda89ab656037d1026e0 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 19 Dec 2024 09:04:35 -0500 Subject: [PATCH] add numpy to docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a56f3a..2448fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "ruff", "pdbpp; sys_platform != 'win32'", ] -docs = ["sphinx", "sphinx_rtd_theme", "sphinx-autodoc-typehints"] +docs = ["numpy", "sphinx", "sphinx_rtd_theme", "sphinx-autodoc-typehints"] [project.urls] homepage = "https://github.com/funkelab/ilpy"