From 33e66c03c51dd6d2c28b1fd6fa8c99c4e43d7edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:46:01 +0000 Subject: [PATCH] Bump torch in /task_templates/3_pipelines/13_python3_pytorch_multiclass Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.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/v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../3_pipelines/13_python3_pytorch_multiclass/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_templates/3_pipelines/13_python3_pytorch_multiclass/requirements.txt b/task_templates/3_pipelines/13_python3_pytorch_multiclass/requirements.txt index 422166bae..91089729c 100644 --- a/task_templates/3_pipelines/13_python3_pytorch_multiclass/requirements.txt +++ b/task_templates/3_pipelines/13_python3_pytorch_multiclass/requirements.txt @@ -1 +1 @@ -torch==1.13.1 +torch==2.2.0