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