From b4d3ac48aa075c212f5ff29446820bd86f6d6aaf Mon Sep 17 00:00:00 2001 From: "oep-renovate[bot]" <212772560+oep-renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:34:50 +0000 Subject: [PATCH] fix(deps): update dependency torch to v2.11.0 [security] Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> --- interactive_ai/workflows/train/trainer/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interactive_ai/workflows/train/trainer/pyproject.toml b/interactive_ai/workflows/train/trainer/pyproject.toml index 6c29e84182..81d2bd6cec 100644 --- a/interactive_ai/workflows/train/trainer/pyproject.toml +++ b/interactive_ai/workflows/train/trainer/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "geti-telemetry-tools[telemetry,kafka]", "setuptools==78.1.1", "av<16", - "torch==2.8.0", # to match otx supported version + "torch==2.11.0", # to match otx supported version "torchvision==0.23.0", # to match otx supported version ]