TensorRT-LLMs/security_scanning/cpp/kernels/fmha_v2/pyproject.toml
yuanjingx87 45b36cc069
[None][infra] Check in most recent lock file from nightly pipeline (#8739)
Signed-off-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
Co-authored-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
2025-10-29 12:30:36 -07:00

18 lines
371 B
TOML

[tool.poetry]
name = "unknown-package"
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"
pytest = "7.2.2"
pytest-cpp = "2.3.0"
pytest-xdist = "3.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"