diff --git a/pyproject.toml b/pyproject.toml
index 3ac6f00346658d960eea0cadd099a7e5788228de..4a94ed3a4c4987341f077c9f43aa923e2287dd6f 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" }