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

Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com>
Co-authored-by: mgoin <michael@neuralmagic.com>
This commit is contained in:
Taneem Ibrahim 2025-04-14 22:06:03 -05:00 committed by GitHub
parent d06ba4ed3f
commit 70e7ed841d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ xgrammar == 0.1.18; platform_machine == "x86_64" or platform_machine == "aarch64
typing_extensions >= 4.10
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
partial-json-parser # used for parsing partial JSON outputs
pyzmq
pyzmq >= 25.0.0
msgspec
gguf >= 0.13.0
importlib_metadata