From 92cedacb60422d3fd636d75c73a1ab9ec249fe2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:47:42 +0000 Subject: [PATCH] Bump torch from 2.1.0+cu121 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0+cu121 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-torch.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba22227..bfbc34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pydmd >0.4, <= 0.4.1", "optht ~= 0.2.0", "prettytable >3.0.0, <= 3.9.0", - "torch ~= 2.1.0", + "torch >= 2.1,< 2.3", "torchvision ~= 0.16.0", "torchaudio ~= 2.1.0", "lightning ~= 2.0.9", diff --git a/requirements-torch.txt b/requirements-torch.txt index 113c633..8b9f868 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,3 +1,3 @@ -torch == 2.1.0+cu121 +torch == 2.2.0 torchvision lightning