From ff6667e5de6c76afad856984e26bb82de7d447b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 01:58:20 +0000 Subject: [PATCH] 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.12.0...v0.15.2) --- updated-dependencies: - dependency-name: torchvision 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 1d72c99e2e2b5..89115747f40f1 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.12.0, <=0.15.1 +torchvision >=0.12.0, <=0.15.2 torchmetrics >=0.10.0, <0.12.0 lightning-utilities >=0.8.0, <0.9.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index f4bf7feca9e98..d1dde43057aeb 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -1,6 +1,6 @@ # 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.12.0, <=0.15.1 +torchvision >=0.12.0, <=0.15.2 gym[classic_control] >=0.17.0, <0.26.3 ipython[all] <8.7.1 torchmetrics >=0.10.0, <0.12.0