TensorRT-LLMs/security_scanning/examples/serve/pyproject.toml
TensorRT LLM 144188c2c4 [None][infra] Check in most recent lock file from nightly pipeline
Signed-off-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
2026-02-15 03:11:51 +00:00

17 lines
343 B
TOML

[project]
name = "serve-examples"
version = "0.1.0"
description = ""
authors = [
{name = "TensorRT LLM [90828364+tensorrt-cicd@users.noreply.github.com]"}
]
requires-python = ">=3.10,<3.13"
dependencies = [
"aiperf (>=0.5.0,<0.6.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"