From ca7655704e6e19d57c1ec6ea1a9107b8713aa777 Mon Sep 17 00:00:00 2001 From: Kai Chappell Date: Thu, 29 Jan 2026 17:55:55 +0000 Subject: [PATCH] Add matplotlib to reports dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 20c3176..43d001a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ api = [ reports = [ "jinja2>=3.1", "weasyprint>=60.0", + "matplotlib>=3.8", ] dev = [ "pytest>=7.0",