From 22cf1cacd1200727babad9d08926934a3ab0596a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 16:11:22 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.6.0 in /lessons/5-NLP Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lessons/5-NLP/requirements-pytorch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index b82a6198..28c7b6a0 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -7,7 +7,7 @@ opencv-python==4.5.1.48 Pillow==10.3.0 scikit-learn scipy -torch==1.13.1 +torch==2.6.0 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1