Unverified Commit 70e7ed84 authored by Taneem Ibrahim's avatar Taneem Ibrahim Committed by GitHub
Browse files

[BugFix]: Update minimum `pyzmq` version (#16549)


Signed-off-by: default avatarTaneem Ibrahim <taneem.ibrahim@gmail.com>
Co-authored-by: default avatarmgoin <michael@neuralmagic.com>
parent d06ba4ed
...@@ -26,7 +26,7 @@ xgrammar == 0.1.18; platform_machine == "x86_64" or platform_machine == "aarch64 ...@@ -26,7 +26,7 @@ xgrammar == 0.1.18; platform_machine == "x86_64" or platform_machine == "aarch64
typing_extensions >= 4.10 typing_extensions >= 4.10
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317 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 >= 25.0.0
msgspec msgspec
gguf >= 0.13.0 gguf >= 0.13.0
importlib_metadata importlib_metadata
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment