From 254dc57c0ac1faa0107a26a84d2113f59f8426d2 Mon Sep 17 00:00:00 2001 From: Fabio Vera Date: Tue, 20 Sep 2022 12:17:56 -0400 Subject: [PATCH 1/2] add matplotlib version ceiling --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9f454e806..8591f6007 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,7 +68,8 @@ all = tensorflow > 1.10, < 2.3 ; Version capped due to tensorflow incompatibility protobuf < 4 - matplotlib + ; Version capped due to shap incompatibility + matplotlib < 3.6.0 [options.packages.find] include = From 5b2ebf45ead6e8d91ce8bade13f26063abffc957 Mon Sep 17 00:00:00 2001 From: Fabio Vera Date: Tue, 20 Sep 2022 13:07:09 -0400 Subject: [PATCH 2/2] complete matplotlib cap --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 329257829..2482f4b87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,8 @@ tf = protobuf < 4 plt = graphviz - matplotlib + ; Version capped due to shap incompatibility + matplotlib < 3.6.0 dowhy = dowhy < 0.9 all =