From 00e262eb9e47b02447b4e1a00dd5b893b58d8969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 07:08:15 +0000 Subject: [PATCH] build(deps): update torch requirement from >=2.1 to >=2.14.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/125995...v2.14.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.14.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 5c11fa6..3ccd70a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" authors = [{ name = "Nathanm" }] keywords = ["multimodal", "vision-language", "projector", "resampler", "llm"] dependencies = [ - "torch>=2.1", + "torch>=2.14.0", ] [tool.hatch.version]