TensorRT-LLMs/security_scanning/tests/integration/defs/perf/pyproject.toml
TensorRT LLM bd56b4e1e3 [None][infra] Check in most recent lock file from nightly pipeline
Signed-off-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
2026-01-22 03:24:57 +00:00

18 lines
367 B
TOML

[project]
name = "unknown-package"
version = "0.1.0"
description = ""
authors = [
{name = "TensorRT LLM [90828364+tensorrt-cicd@users.noreply.github.com]"}
]
requires-python = ">=3.10,<3.13"
dependencies = [
"numpy (<2)",
"matplotlib (>=3.10.8,<4.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"