# CUDA 13 specific TensorRT packages (RTX 50 series, CUDA 13.x)
#
# NOTE: cuda-toolkit is NOT installed via pip. Install the NVIDIA CUDA Toolkit separately if needed.
# The node will auto-detect CUDA 13 and install these packages automatically.
#
# Use this file ONLY if auto-installation fails or for manual setup.
# Installation order for MANUAL setup only:
# 1. pip install -r requirements.txt (base dependencies)
# 2. pip install -r requirements_cu13.txt (CUDA 13 specific TensorRT)
#
tensorrt_cu13==10.15.1.29
tensorrt_cu13_bindings==10.15.1.29
tensorrt_cu13_libs==10.15.1.29
