From 19a52cbfa817a17177a00bed4ec9a599abb12219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 12:52:21 +0000 Subject: [PATCH] Bump torch in /model_templates/python3_pytorch_multiclass Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.7.1. - [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/v1.13.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model_templates/python3_pytorch_multiclass/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_templates/python3_pytorch_multiclass/requirements.txt b/model_templates/python3_pytorch_multiclass/requirements.txt index 34cd62370..b07055eb1 100644 --- a/model_templates/python3_pytorch_multiclass/requirements.txt +++ b/model_templates/python3_pytorch_multiclass/requirements.txt @@ -1,3 +1,3 @@ -torch==1.13.1 +torch==2.7.1 scikit-learn==1.0.2 scipy>=1.1,<1.11