From 63906153b5587923f9fe03e79e2d01717747c32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:47:31 +0000 Subject: [PATCH] build(deps): bump torch from 1.13.1 to 2.13.0 in /notebooks Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 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/v1.13.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebooks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 29547ea7..82307224 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -4,7 +4,7 @@ ipykernel # Libs needed by submodules/KataGo-pytorch-rewrite -torch==1.13.1 +torch==2.13.0 packaging==22.0 # For measuring FLOPs of models