As far as I know, there are three files (maybe more) which declare the version requirements (0.9.1-dev for example):
- https://github.com/vllm-project/vllm-ascend/blob/v0.9.1-dev/README.md
- https://github.com/vllm-project/vllm-ascend/blob/v0.9.1-dev/requirements-dev.txt
- https://github.com/vllm-project/vllm-ascend/blob/v0.9.1/pyproject.toml
The dependent components and their versions in the three files are not entirely consistent—for example, the torch-npu version—and this has confused me a lot. It is understandable that the README may only list the dependency versions of key components. However, other dependent components and their corresponding versions should be completely consistent. As stated in the comments of pyproject.toml, it should be mirrored in requirements.txt.
Can we standardize the version requirements?