From 6a2c4220e9e328c9b20d0b7959e600eb08493d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:55:23 +0000 Subject: [PATCH] chore(deps): bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.4.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.4.0) --- updated-dependencies: - dependency-name: torch 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..6948dd92 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.4.0 torchvision==0.15.2 gunicorn==22.0.0 rq==1.10.1