From bd81083a87cb13b484df159d5d254ebe8fddf9d5 Mon Sep 17 00:00:00 2001 From: Don Setiawan Date: Thu, 26 Oct 2023 13:27:32 -0700 Subject: [PATCH] chore(deps): Add matplotlib as dependency for plotting --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 581c429..8ada6d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ dependencies = [ "astropy>=5.2.2,<6", "fsspec>=2023.3.0,<2024", + "matplotlib>=3.8.0<4", "numba>=0.56.4,<1", "numpy>=1.23.5,<2", "nptyping>=2.5.0,<3",