From 4e3dd41c98edf38596705e68fc661bfb6911695b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:06:29 +0000 Subject: [PATCH] build(deps): update torchvision requirement in /requirements Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.16.0...v0.24.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/fabric/examples.txt | 2 +- requirements/pytorch/examples.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index ab6ffb8b137df..72f13a4128e56 100644 --- a/requirements/fabric/examples.txt +++ b/requirements/fabric/examples.txt @@ -1,5 +1,5 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -torchvision >=0.16.0, <0.24.0 +torchvision >=0.16.0, <0.25.0 torchmetrics >=0.10.0, <1.9.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index b64ed5ee47c67..b17e755cd18e2 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -2,6 +2,6 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment requests <2.33.0 -torchvision >=0.16.0, <0.24.0 +torchvision >=0.16.0, <0.25.0 ipython[all] >=8.0.0, <10.0.0 torchmetrics >=0.10.0, <1.9.0