From b8bac61e70bf8e263853abdfba5321edabfb66d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:25:24 +0000 Subject: [PATCH] Bump torch from 1.8.1 to 1.13.1 in /lessons/5-NLP Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 to 1.13.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.8.1...v1.13.1) --- updated-dependencies: - dependency-name: torch 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 26a10b99..b82a6198 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.8.1 +torch==1.13.1 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1