mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-06 20:49:55 +00:00
Update pyproject.toml
This commit is contained in:
parent
9d6e09efa6
commit
fd9876049d
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ dependencies = [
|
||||||
"build",
|
"build",
|
||||||
"fire",
|
"fire",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
"triton == 3.2"
|
"triton >= 3.2"
|
||||||
]
|
]
|
||||||
|
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
@ -74,4 +74,4 @@ include = ["ktransformers"]
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
preview = true
|
preview = true
|
||||||
unstable = true
|
unstable = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue