# CUDA 12 specific TensorRT packages (RTX 30/40 series, CUDA 12.x)
#
# NOTE: cuda-toolkit is NOT installed via pip. Install the NVIDIA CUDA Toolkit separately if needed.
# The node will auto-detect CUDA 12 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_cu12.txt (CUDA 12 specific TensorRT)
#
tensorrt-cu12==10.13.3.9
tensorrt-cu12-libs==10.13.3.9
tensorrt-cu12-bindings==10.13.3.9
