From 60dad0c4effc48eb6f240ce0b1c3e60193fa7b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:38:17 +0000 Subject: [PATCH] chore(deps): bump torch from 2.10.0 to 2.11.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.10.0 to 2.11.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/v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo_data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_data/requirements.txt b/demo_data/requirements.txt index a2a4c82..ccafedc 100644 --- a/demo_data/requirements.txt +++ b/demo_data/requirements.txt @@ -1,3 +1,3 @@ -torch==2.10.0 +torch==2.11.0 numpy transformers==5.2.0 \ No newline at end of file