From 5e38a1528ffc7ecf0e95e745f5b1ffefc162c978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:42:44 +0000 Subject: [PATCH] chore(deps): Update torch requirement from >=1.8.0 to >=2.11.0 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/ciflow/torchtitan/132135...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 429b170..828b15b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Pillow>=8.1.2 pre-commit>=2.17.0 requests>=2.23.0 scikit-image>=0.17.2 -torch>=1.8.0 +torch>=2.11.0 torchvision>=0.9.0 tqdm>=4.49.0