Skip to content

Commit 1a6af14

Browse files
authored
Only depend on importlib-metadata for Python < 3.10 (#17776)
Signed-off-by: Christian Heimes <christian@python.org>
1 parent 32aa74c commit 1a6af14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ partial-json-parser # used for parsing partial JSON outputs
2929
pyzmq >= 25.0.0
3030
msgspec
3131
gguf >= 0.13.0
32-
importlib_metadata
32+
importlib_metadata; python_version < '3.10'
3333
mistral_common[opencv] >= 1.5.4
3434
opencv-python-headless >= 4.11.0 # required for video IO
3535
pyyaml

0 commit comments

Comments
 (0)