From f28aff6fae9ca97441c9ef6a09ad8d8b97c0f2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:12:32 +0000 Subject: [PATCH] Bump torch from 2.12.0 to 2.13.0 in /utils/indigo-ml Bumps [torch](https://github.com/pytorch/pytorch) from 2.12.0 to 2.13.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/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- utils/indigo-ml/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/indigo-ml/requirements_dev.txt b/utils/indigo-ml/requirements_dev.txt index febb64a27e..8856c04b40 100644 --- a/utils/indigo-ml/requirements_dev.txt +++ b/utils/indigo-ml/requirements_dev.txt @@ -1,4 +1,4 @@ -torch==2.12.0 +torch==2.13.0 bokeh==2.4.2 pandas==1.3.5 seaborn==0.11.2