TensorRT-LLMs/security_scanning/triton_backend/pyproject.toml
TensorRT LLM 50c2b82f24 [None][infra] Check in most recent lock file from nightly pipeline
Signed-off-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
2025-12-17 23:45:35 +00:00

21 lines
429 B
TOML

[tool.poetry]
name = "triton-backend"
version = "0.1.0"
description = ""
authors = ["TensorRT LLM [90828364+tensorrt-cicd@users.noreply.github.com]"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
regex = "^2025.11.3"
fire = "^0.7.1"
transformers = "4.57.1"
pandas = "^2.3.3"
tabulate = "^0.9.0"
torchao = ">=0.14.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"