From 0b38866a576071fe8196fa7f70dfe3a60f617b63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Mon, 13 May 2024 14:12:11 +0200
Subject: [PATCH] fix : jinja2 version

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

diff --git a/pyproject.toml b/pyproject.toml
index ba9d14dfb..9fcd7ac1b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ name = "aidge_core"
 description="Core alogrithms for operators and graph of the AIDGE framework"
 dependencies = [
     "numpy>=1.21.6",
-    "Jinja2>=3.14"
+    "Jinja2>=3.1.2"
 ]
 requires-python = ">= 3.7"
 readme = "README.md"
-- 
GitLab