# SPDX-License-Identifier: Apache-2.0
# Dependencies for installing vLLM on CUDA

# vLLM only supports Linux platform (including WSL)
vllm==0.7.3 ; sys_platform == 'linux' and platform_machine == 'x86_64'
