From 9305ca7aa5f2fb6bbe139d0b917a5b65dbf2d95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:46:33 +0000 Subject: [PATCH] Update darts requirement from >=0.44.0 to >=0.44.1 Updates the requirements on [darts](https://github.com/unit8co/darts) to permit the latest version. - [Release notes](https://github.com/unit8co/darts/releases) - [Changelog](https://github.com/unit8co/darts/blob/master/CHANGELOG.md) - [Commits](https://github.com/unit8co/darts/compare/0.44.0...0.44.1) --- updated-dependencies: - dependency-name: darts dependency-version: 0.44.1 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 1c9c4c7..9ec4872 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cpu -darts[all]>=0.44.0 +darts[all]>=0.44.1 pandas>=3.0,<4 numpy>=2.1 prophet>=1.3