From 390a4b610b19e2b83338c838421cc99f4bfe7658 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 20 Sep 2024 12:01:47 -0500 Subject: [PATCH] Relax EmPy version requirement now that v4 is working --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3928d02e..f8303dc5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ python_requires = >=3.6 install_requires = coloredlogs; sys_platform == 'win32' distlib - EmPy<4 + EmPy importlib-metadata; python_version < "3.8" packaging # the pytest dependency and its extensions are provided for convenience