Skip to content

Commit 70e7ed8

Browse files
[BugFix]: Update minimum pyzmq version (#16549)
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com> Co-authored-by: mgoin <michael@neuralmagic.com>
1 parent d06ba4e commit 70e7ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ xgrammar == 0.1.18; platform_machine == "x86_64" or platform_machine == "aarch64
2626
typing_extensions >= 4.10
2727
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
2828
partial-json-parser # used for parsing partial JSON outputs
29-
pyzmq
29+
pyzmq >= 25.0.0
3030
msgspec
3131
gguf >= 0.13.0
3232
importlib_metadata

0 commit comments

Comments
 (0)