From ddefdb26c61e771a31cd44891595904a8f89158c Mon Sep 17 00:00:00 2001 From: JoelLucaAdams Date: Mon, 18 Nov 2024 16:03:01 +0000 Subject: [PATCH] Add matplotlib to docs pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8e61b56..232301f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ docs = [ "sphinx-inline-tabs", "pickleshare", "ipython", + "matplotlib", ] test = ["pytest >= 3.3.0", "dask[complete]"] lint = ["ruff"]