TensorRT-LLMs/security_scanning/examples/models/contrib/mmdit/pyproject.toml
TensorRT LLM baa250d1d6 [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-19 06:21:05 +00:00

18 lines
372 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 = [
"transformers (>=4.56.0)",
"diffusers (>=0.32.2)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"