From fa5bd05678f318f5e2ec0d9b671bcb31aa9d8bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:04:44 +0000 Subject: [PATCH] Update prophet requirement from >=1.3 to >=1.4.0 Updates the requirements on [prophet](https://github.com/facebook/prophet) to permit the latest version. - [Release notes](https://github.com/facebook/prophet/releases) - [Commits](https://github.com/facebook/prophet/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: prophet dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e2e788..71b4fd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ darts[all]>=0.47.0 pandas==3.0.3 # temporary pin: 3.0.4 breaks the action — see pandas-dev/pandas#66085 numpy>=2.1 -prophet>=1.3 +prophet>=1.4.0 scikit-learn>=1.8 torch>=2.10,<2.11 # upper cap: torch 2.11 + pandas 3 segfault in XGBoost training — see issue #29 # tensorflow>=2.15.0