From 73b15aec1e835021fbf2a8731dd423f8951b45d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:18:22 +0000 Subject: [PATCH] chore(deps-dev): Update triton requirement from <3.5,>=3.0 to >=3.0,<3.6 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/v3.0.0...v3.5.1) --- updated-dependencies: - dependency-name: triton dependency-version: 3.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7289554..9fb0ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ opt = ["fms-model-optimizer[fp8, gptq, mx]"] aiu = ["ibm-fms>=0.0.8"] torchvision = ["torchvision>=0.17"] flash-attn = ["flash-attn>=2.5.3,<3.0"] -triton = ["triton>=3.0,<3.5"] +triton = ["triton>=3.0,<3.6"] visualize = ["matplotlib", "graphviz", "pygraphviz", "tensorboard", "notebook"] dev = ["pre-commit>=3.0.4,<5.0"] test = ["pytest", "pillow"]