diff --git a/pyproject.toml b/pyproject.toml
index 096598aa1580b8140d49c63cad237207f839d420..55f7b0dae4c31425cffeb8f7642c282043262cf1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,28 +15,28 @@ license = { file = "LICENSE" }
 requires-python = ">=3.9"
 
 dependencies = [
-    "aiosqlite==0.21.0",
-    "click==8.1.8",
-    "cramjam==2.9.1",
-    "et-xmlfile==2.0.0",
-    "fastparquet==2024.11.0",
-    "fsspec==2025.2.0",
-    "gitdb==4.0.12",
-    "gitpython==3.1.44",
-    "greenlet==3.1.1",
-    "iniconfig==2.0.0",
-    "lxml==5.3.1",
-    "numpy<2",
-    "openpyxl==3.1.5",
-    "pluggy==1.5.0",
-    "pyarrow==19.0.0",
-    "pyomop==4.3.0",
-    "tables==3.9.2", 	
-    "pytest==8.3.4",
-    "requests==2.32.3",	
-    "simpledbf==0.2.6",
-    "smmap==5.0.2",
-    "sqlalchemy==2.0.38"
+    "aiosqlite",
+    "click",
+    "cramjam",
+    "et-xmlfile",
+    "fastparquet",
+    "fsspec",
+    "gitdb",
+    "gitpython",
+    "greenlet",
+    "iniconfig",
+    "lxml",
+    "numpy",
+    "openpyxl",
+    "pluggy",
+    "pyarrow",
+    "pyomop",
+    "tables", 	
+    "pytest",
+    "requests",	
+    "simpledbf",
+    "smmap",
+    "sqlalchemy"
 ]
 
 [project.scripts]