From cb136e36f97eb4e0529994c627bec7c7a1dfb1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:58:14 +0000 Subject: [PATCH] deps(deps): update torch requirement from <2.10,>=2.1 to >=2.1,<2.11 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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.1.0...v2.10.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e23b0bd..6cbf785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "scipy>=1.11.3,<1.17", "scvi-tools>=1.0.4,<1.4.1", "session-info2", - "torch>=2.1,<2.10", + "torch>=2.1,<2.11", ] # https://docs.pypi.org/project_metadata/#project-urls urls.Documentation = "https://drvi.readthedocs.io/"