From a58278a6016f95a34f7cb94a7df3eb18c408c30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:58:52 +0000 Subject: [PATCH] chore(deps): update torch requirement from >=2.0.0 to >=2.11.0 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/ciflow/torchtitan/163335...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.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 74fa7ae..3c51d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Repository = "https://github.com/jcartu/rasputin-memory" Changelog = "https://github.com/jcartu/rasputin-memory/blob/main/CHANGELOG.md" [project.optional-dependencies] -reranker = ["fastapi>=0.110.0", "uvicorn>=0.29.0", "transformers>=4.40.0", "torch>=2.0.0"] +reranker = ["fastapi>=0.110.0", "uvicorn>=0.29.0", "transformers>=4.40.0", "torch>=2.11.0"] storm = ["knowledge-storm>=0.2.0", "dspy-ai>=2.4.0"] mcp = ["fastmcp>=3.2.0"] dev = ["ruff>=0.3.0", "pytest>=8.0.0"]