diff --git a/pyproject.toml b/pyproject.toml
index e589b79..19da28f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ dependencies = [
     "Jinja2",
     "omegaconf==2.3.0",
     "statsforecast==1.7.4",
-    "neuralforecast==1.7.2",
+    "neuralforecast==2.0.0",
     "missingno==0.5.2",
     "tbats==1.1.3",
     "sktime==0.29.0",
@@ -44,4 +44,4 @@ include = [
 ]
 exclude = [
     "/tests",
-]
\ No newline at end of file
+]