From dd0b1dd21554cea79efd266499bb1ea50ac93047 Mon Sep 17 00:00:00 2001 From: gillian Date: Mon, 15 Dec 2025 15:07:21 -0500 Subject: [PATCH] added click and matplotlib to pyproject --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 504f71b..13d8ec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,8 @@ dependencies = [ "pandas (>=2.3.2,<3.0.0)", "pyzmq (>=27.1.0,<28.0.0)", "pyyaml (>=6.0.3,<7.0.0)", + "click (>=8.1.0,<9.0.0)", + "matplotlib (>=3.8.0,<4.0.0)" ] # [project.optional-dependencies] Commented out to prevent Tox tests from failing