Files
vllm-ascend/requirements-dev.txt
Mengqing Cao cfed4b964f [v0.9.1][Build][Ray] Fix protobuf version in Dockerfile (#2028) (#2306)
### What this PR does / why we need it?

Fix protobuf version in Dockerfile to resolve `AttributeError: 'str'
object has no attribute 'DESCRIPTOR' when packaging message to dict`
using protobuf. will remove version specification after
https://github.com/ray-project/ray/pull/54910 is merged

backport of #2028

### Does this PR introduce _any_ user-facing change?
N/A

### How was this patch tested?
CI passed with new added test.

---------

Signed-off-by: MengqingCao <cmq0113@163.com>
2025-08-14 17:32:57 +08:00

16 lines
184 B
Plaintext

-r requirements-lint.txt
-r requirements.txt
modelscope
openai
pytest >= 6.0
pytest-asyncio
lm-eval
ray
types-jsonschema
xgrammar
zmq
types-psutil
networkx
ray>=2.47.1
protobuf>3.20.0