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

Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
Christian Heimes 2025-05-07 16:51:06 +02:00 committed by GitHub
parent 32aa74c09c
commit 1a6af1453d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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