From 456d3442309809fdad2578ef418a27fe0548bafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:25:46 +0000 Subject: [PATCH] Bump torch from 1.12.0 to 2.3.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.0 to 2.3.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/compare/v1.12.0...v2.3.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 2b0807cc..18bfa73a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -21,7 +21,7 @@ setuptools>=62.3.2 sphinx>=4.5.0 sphinx-rtd-theme>=1.0.0 sphinxcontrib-apidoc>=0.3.0 -torch==1.12.0 +torch==2.3.0 torchmetrics>=0.6.1 tqdm>=4.62.3 wandb>=0.12.17