"docs/vscode:/vscode.git/clone" did not exist on "cd9e60c76c776c42431b7ae523fcfe7835546d74"
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 ...@@ -29,7 +29,7 @@ partial-json-parser # used for parsing partial JSON outputs
pyzmq >= 25.0.0 pyzmq >= 25.0.0
msgspec msgspec
gguf >= 0.13.0 gguf >= 0.13.0
importlib_metadata importlib_metadata; python_version < '3.10'
mistral_common[opencv] >= 1.5.4 mistral_common[opencv] >= 1.5.4
opencv-python-headless >= 4.11.0 # required for video IO opencv-python-headless >= 4.11.0 # required for video IO
pyyaml 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