From cf3c9893936e92952eb870da92e8bd2622a3841e Mon Sep 17 00:00:00 2001 From: Meg Schwamb Date: Tue, 5 Mar 2024 13:11:19 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f063280..5c5df30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "lsst-rsp", "astropy", "sbpy", - "matplotlib" # plotting for demo notebooks + "matplotlib" # for plotting ] [project.urls]