From a57889ec2086861e2ad64369dbd11610e284b95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:49:00 +0000 Subject: [PATCH] Update torch requirement in /_requirements 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/v1.8.1...v2.1.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/default.txt b/_requirements/default.txt index 9ac85313e..98f86331b 100644 --- a/_requirements/default.txt +++ b/_requirements/default.txt @@ -2,6 +2,6 @@ setuptools>=68.0.0, <68.3.0 matplotlib>=3.0.0, <3.9.0 ipython[notebook]>=8.0.0, <8.17.0 urllib3 # for ipython -torch>=1.8.1, <2.1.0 +torch>=1.8.1, <2.2.0 pytorch-lightning>=1.4, <2.1.0 torchmetrics>=0.7, <1.3