diff --git a/pyproject.toml b/pyproject.toml index f5f0ba7..65039e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ glfw = ["glfw>=1.9"] # For devs / ci lint = ["ruff", "pre-commit"] examples = ["numpy", "wgpu", "glfw", "pyside6"] -docs = ["sphinx>7.2", "sphinx_rtd_theme", "sphinx-gallery", "wgpu"] +docs = ["sphinx>7.2", "sphinx_rtd_theme", "sphinx-gallery", "numpy", "wgpu"] tests = ["pytest", "numpy", "wgpu", "glfw"] dev = ["rendercanvas[lint,tests,examples,docs]"]