From 47c54efa4cd2c9b6d2ab853ebd6c3a64343f41e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:51:12 +0000 Subject: [PATCH] Bump torch from 1.7.1+cpu to 2.12.0 in /dreamfields Bumps [torch](https://github.com/pytorch/pytorch) from 1.7.1+cpu to 2.12.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.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dreamfields/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dreamfields/requirements.txt b/dreamfields/requirements.txt index c927f7a2cc7..1cb64d6041b 100644 --- a/dreamfields/requirements.txt +++ b/dreamfields/requirements.txt @@ -16,4 +16,4 @@ git+git://github.com/google-research/scenic.git scipy tensorflow>=2.7.0 tqdm -torch==1.7.1+cpu \ No newline at end of file +torch==2.12.0 \ No newline at end of file