mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-20 16:15:01 +08:00
Only depend on importlib-metadata for Python < 3.10 (#17776)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
32aa74c09c
commit
1a6af1453d
@ -29,7 +29,7 @@ partial-json-parser # used for parsing partial JSON outputs
|
|||||||
pyzmq >= 25.0.0
|
pyzmq >= 25.0.0
|
||||||
msgspec
|
msgspec
|
||||||
gguf >= 0.13.0
|
gguf >= 0.13.0
|
||||||
importlib_metadata
|
importlib_metadata; python_version < '3.10'
|
||||||
mistral_common[opencv] >= 1.5.4
|
mistral_common[opencv] >= 1.5.4
|
||||||
opencv-python-headless >= 4.11.0 # required for video IO
|
opencv-python-headless >= 4.11.0 # required for video IO
|
||||||
pyyaml
|
pyyaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user