From f5ed789b76c03f1435fdaf272d5c4521c6d32f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:08:23 +0000 Subject: [PATCH] chore(deps): bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.6.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.0.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/segment_anything_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/examples/segment_anything_model/requirements.txt b/label_studio_ml/examples/segment_anything_model/requirements.txt index 6308ee1f..e736f454 100644 --- a/label_studio_ml/examples/segment_anything_model/requirements.txt +++ b/label_studio_ml/examples/segment_anything_model/requirements.txt @@ -2,7 +2,7 @@ label_studio_converter opencv-python onnxruntime<=1.15.1 onnx -torch==2.0.1 +torch==2.7.0 torchvision==0.15.2 gunicorn==22.0.0 rq==1.10.1