From a0d3cf30d73b9d21128090b16264a7e316fdeb91 Mon Sep 17 00:00:00 2001 From: Jiacheng Huang Date: Wed, 21 Aug 2024 13:13:15 +0800 Subject: [PATCH] Add `triton` with version >= 3.0.0 to the dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 37d9304..bc097f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",