mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 06:25:25 +08:00
[misc] upgrade filelock version (#10731)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
parent
395b1c7454
commit
cb4e1c3f3a
@ -20,7 +20,7 @@ tiktoken >= 0.6.0 # Required for DBRX tokenizer
|
|||||||
lm-format-enforcer >= 0.10.9, < 0.11
|
lm-format-enforcer >= 0.10.9, < 0.11
|
||||||
outlines >= 0.0.43, < 0.1
|
outlines >= 0.0.43, < 0.1
|
||||||
typing_extensions >= 4.10
|
typing_extensions >= 4.10
|
||||||
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4
|
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
|
||||||
partial-json-parser # used for parsing partial JSON outputs
|
partial-json-parser # used for parsing partial JSON outputs
|
||||||
pyzmq
|
pyzmq
|
||||||
msgspec
|
msgspec
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user