Skip to content

Commit d7f1ab5

Browse files
chore(deps): Update triton requirement from <3.4,>=3.0 to >=3.0,<3.5
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](triton-lang/triton@v3.0.0...v3.4.0) --- updated-dependencies: - dependency-name: triton dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9ca98a commit d7f1ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ opt = ["fms-model-optimizer[fp8, gptq, mx]"]
4242
aiu = ["ibm-fms>=0.0.8"]
4343
torchvision = ["torchvision>=0.17"]
4444
flash-attn = ["flash-attn>=2.5.3,<3.0"]
45-
triton = ["triton>=3.0,<3.4"]
45+
triton = ["triton>=3.0,<3.5"]
4646
visualize = ["matplotlib", "graphviz", "pygraphviz", "tensorboard", "notebook"]
4747
dev = ["pre-commit>=3.0.4,<5.0"]
4848
test = ["pytest", "pillow"]

0 commit comments

Comments
 (0)