diff --git a/interactive_ai/workflows/train/trainer/pyproject.toml b/interactive_ai/workflows/train/trainer/pyproject.toml index 6c29e8418..81d2bd6ce 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 ]