From 1657f5d58f4ebb2c09dbd23f2288b19de49cb6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:10:07 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.7.1 in /examples/moirai Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/moirai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/moirai/requirements.txt b/examples/moirai/requirements.txt index 65e35f3..b54d24d 100644 --- a/examples/moirai/requirements.txt +++ b/examples/moirai/requirements.txt @@ -1,2 +1,2 @@ uni2ts==1.2.0 -torch==2.6.0 +torch==2.7.1