From 9752868064c12668a827052ffc59945f1c08043e Mon Sep 17 00:00:00 2001 From: ArS377 Date: Fri, 24 Jul 2026 12:22:22 -0700 Subject: [PATCH] Fixed missing importlib_resources dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f39d837428..24635efe00e 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'tqdm', 'wrapt', # Standard library backports - 'importlib_resources;python_version<"3.9"', + 'importlib_resources', ] TESTS_DEPENDENCIES = [