From 4f0ceb4d98f5bfa343786dd940dfb34267e41dcf Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Thu, 12 Dec 2024 10:44:32 +0000
Subject: [PATCH] Add matplotlib as dependance.

---
 pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index c5c8a0600..610b5f8c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,8 @@ name="aidge_core"
 description="Core algorithms for operators and graph of the AIDGE framework"
 dependencies = [
     "numpy>=1.21.6",
-    "Jinja2>=3.1.2"
+    "Jinja2>=3.1.2",
+    "matplotlib"
 ]
 requires-python = ">= 3.7"
 readme = "README.md"
-- 
GitLab