From 1a6af1453d2077832c3d5e8bcd60a5ef6a95e46b Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 7 May 2025 16:51:06 +0200 Subject: [PATCH] Only depend on importlib-metadata for Python < 3.10 (#17776) Signed-off-by: Christian Heimes --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 7ea27753eab7e..dbc9903f19bf1 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -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