From 368d0191e05f9e9a8d2fa20c77512bb34f8cfb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:03:43 +0000 Subject: [PATCH] chore(deps): bump torch from 2.5.1 to 2.7.1+cu118 in /tests/e2e Bumps torch from 2.5.1 to 2.7.1+cu118. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cu118 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/e2e/mnist_pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/mnist_pip_requirements.txt b/tests/e2e/mnist_pip_requirements.txt index 3df95458..18548046 100644 --- a/tests/e2e/mnist_pip_requirements.txt +++ b/tests/e2e/mnist_pip_requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.5.1 +torch==2.7.1+cu118 torchvision==0.20.1 pytorch_lightning==1.9.5 torchmetrics==0.9.1