Has anyone been able to build the vllm v0.7.3? I see the following errors with pip dependency resolver using the latest docker file
vllm 0.7.3+cu126 requires depyf==0.18.0, which is not installed.
vllm 0.7.3+cu126 requires torchaudio==2.5.1, which is not installed.
vllm 0.7.3+cu126 requires compressed-tensors==0.9.1, but you have compressed-tensors 0.9.2 which is incompatible.
vllm 0.7.3+cu126 requires gguf==0.10.0, but you have gguf 0.14.0 which is incompatible.
vllm 0.7.3+cu126 requires numba==0.60.0, but you have numba 0.59.1 which is incompatible.
vllm 0.7.3+cu126 requires outlines==0.1.11, but you have outlines 0.0.44 which is incompatible.
vllm 0.7.3+cu126 requires ray[adag]==2.40.0, but you have ray 2.44.0 which is incompatible.
vllm 0.7.3+cu126 requires setuptools>=74.1.1; python_version > "3.11", but you have setuptools 70.3.0 which is incompatible.
vllm 0.7.3+cu126 requires torch==2.5.1, but you have torch 2.6.0a0+df5bbc09d1.nv24.12 which is incompatible.
vllm 0.7.3+cu126 requires torchvision==0.20.1, but you have torchvision 0.20.0a0 which is incompatible.
Has anyone been able to build the vllm v0.7.3? I see the following errors with pip dependency resolver using the latest docker file