From b81436446ae6c777ba94ec9cc8c4c5504ca47078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:07:45 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.6.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.2.0 to 2.6.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.2.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ea83f8..d6bbdff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "numpy==1.26.0", "lamindb[bionty,jupyter,cellregistry,zarr]>=1.0.4,<2", "cellxgene-census>=0.1.0", - "torch==2.2.0", + "torch==2.6.0", "pytorch-lightning>=2.3.0", "anndata>=0.9.0", "zarr>=2.10.0",