From 46d3eb10612425cd6259fdedff4165552a8ba30c Mon Sep 17 00:00:00 2001 From: Nicholas Devenish Date: Mon, 18 Mar 2024 16:23:53 +0000 Subject: [PATCH] Pin importlib_resources to <6.2 Avoid downstream CI errors caused by https://github.com/python/importlib_resources/issues/298 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 558b82b..3d63338 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ keywords = dials, dials_data [options] include_package_data = True install_requires = - importlib_resources>=1.1 + importlib_resources>=1.1,<6.2 pytest pyyaml requests