From c0de39078b868f87171ef9b16abdaadfcf35880b Mon Sep 17 00:00:00 2001 From: Michael Marien Date: Mon, 16 Jan 2023 05:10:31 +0100 Subject: [PATCH] removed causal-ml from poetry setup instructions (#822) Signed-off-by: Michael Signed-off-by: Michael --- docs/source/contributing/contributing-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/contributing-code.rst b/docs/source/contributing/contributing-code.rst index 99cd346e2..d459b02d9 100644 --- a/docs/source/contributing/contributing-code.rst +++ b/docs/source/contributing/contributing-code.rst @@ -25,7 +25,7 @@ The following steps allow you to contribute code to DoWhy. cd dowhy pip install --upgrade pip - poetry install -E "plotting causalml" + poetry install -E "plotting" .. note:: Installing pygraphviz can cause problems on some platforms.