From a40440399a13244535a1b2d1e0a4940a79e5f425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:04:04 +0000 Subject: [PATCH] build(deps): bump torch in /label_studio_ml/examples/flair Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.7.0. - [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.5.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- label_studio_ml/examples/flair/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/flair/requirements.txt b/label_studio_ml/examples/flair/requirements.txt index f9d78da8..09d54ccf 100644 --- a/label_studio_ml/examples/flair/requirements.txt +++ b/label_studio_ml/examples/flair/requirements.txt @@ -1,4 +1,4 @@ scipy==1.10.1 -torch==2.5.1 +torch==2.7.0 flair==0.15