From 482cf9c95d97da53579fd42067789553187b53d7 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 21 Dec 2023 10:12:22 +0100 Subject: [PATCH 1/2] remove version constraint of importlib-metadata --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 26699d6..61622ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = cerberus>=1.2 deepdiff gitpython - importlib-metadata<4.0 + importlib-metadata ipykernel ipython jsonpickle From ec0983672da8fababedc576f9149ec44b56f8200 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 21 Dec 2023 10:12:22 +0100 Subject: [PATCH 2/2] remove version constraint of importlib-metadata Co-authored-by: heplesser --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 26699d6..61622ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = cerberus>=1.2 deepdiff gitpython - importlib-metadata<4.0 + importlib-metadata ipykernel ipython jsonpickle