From c904aaf73944b5fd000894901ca1619b3c749b67 Mon Sep 17 00:00:00 2001 From: Ryuta Yoshimatsu <107132414+ryuta-yoshimatsu@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:17:52 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +]