Unverified Commit 1a6af145 authored by Christian Heimes's avatar Christian Heimes Committed by GitHub
Browse files

Only depend on importlib-metadata for Python < 3.10 (#17776)


Signed-off-by: default avatarChristian Heimes <christian@python.org>
parent 32aa74c0
......@@ -29,7 +29,7 @@ partial-json-parser # used for parsing partial JSON outputs
pyzmq >= 25.0.0
msgspec
gguf >= 0.13.0
importlib_metadata
importlib_metadata; python_version < '3.10'
mistral_common[opencv] >= 1.5.4
opencv-python-headless >= 4.11.0 # required for video IO
pyyaml
......
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