From 6f645a31cadfcf8783db9e0d31bb250cab9830f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Mon, 6 May 2024 12:52:13 +0200
Subject: [PATCH] chore : updated numpy version

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

diff --git a/pyproject.toml b/pyproject.toml
index 3ac6f0034..4a94ed3a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [project]
 name = "aidge_core"
 description="Core implementations of the operators and graph of aidge framework"
-dependencies = ["numpy==1.26.4"]
+dependencies = ["numpy>=1.26.4"]
 requires-python = ">= 3.7"
 readme = "README.md"
 license = { file = "LICENSE" }
-- 
GitLab