From 1bf6ed2539485b1d4e69256084d9bb1e1541e530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:04:14 +0000 Subject: [PATCH] Update torch requirement from ~=1.13.1 to ~=2.0.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/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6440af7b..c2b35187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ requires-python = ">=3.9" dependencies = [ - "torch ~= 1.13.1", + "torch ~= 2.0.0", "torchvision ~= 0.14.1", "pytorch-lightning ~= 1.6.5", "torchmetrics == 0.6.0",