From 369cdd5cc90f4a5e89761f583a9209903815f0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:06:57 +0000 Subject: [PATCH] pip(deps): update triton requirement from >=2.1.0 to >=3.7.1 Updates the requirements on [triton](https://github.com/triton-lang/triton) to permit the latest version. - [Release notes](https://github.com/triton-lang/triton/releases) - [Changelog](https://github.com/triton-lang/triton/blob/main/RELEASE.md) - [Commits](https://github.com/triton-lang/triton/compare/v2.1.0...v3.7.1) --- updated-dependencies: - dependency-name: triton dependency-version: 3.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f5a952..0d36bb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ auto-gptq>=0.4.1 # DeepSpeed & Performance deepspeed>=0.11.0 -triton>=2.1.0 +triton>=3.7.1 # Experiment Tracking / Logging wandb>=0.15.0