mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-04 02:02:01 +08:00
19 lines
403 B
TOML
19 lines
403 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 = [
|
|
"decord (>=0.6.0,<0.7.0)",
|
|
"timm (>=1.0.24,<2.0.0)",
|
|
"av (>=16.1.0,<17.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|