TensorRT-LLMs/security_scanning/examples/ray_orchestrator/pyproject.toml
TensorRT LLM 6c76148b56 [None][infra] Check in most recent lock file from nightly pipeline
Signed-off-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
2025-12-21 03:08:20 +00:00

16 lines
370 B
TOML

[tool.poetry]
name = "ray-orchestrator-examples"
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"
ray = {extras = ["default"], version = "^2.53.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"