Skip to content

Commit

Permalink
Add triton with version >= 3.0.0 to the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voltjia committed Aug 21, 2024
1 parent ea03213 commit a0d3cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.2.0"
authors = [{ name = "Jiacheng Huang", email = "huangjiacheng0709@outlook.com" }]
description = "A domain-specific language based on Triton but providing higher-level abstraction."
readme = "README.md"
dependencies = ["triton>=3.0.0"]
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit a0d3cf3

Please sign in to comment.