From 36d2c1730a096880c21daf7fdcdfd9798822bb59 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 5 Nov 2025 13:21:53 -0500 Subject: [PATCH] added jinja2 as a dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c6f9450..8b43ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "matplotlib>=3.7.0", "numpy>=1.24.0", "plotly>=6.0", + "jinja2", ] [project.optional-dependencies]