Skip to content

Commit

Permalink
removed causal-ml from poetry setup instructions (#822)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael <[email protected]>

Signed-off-by: Michael <[email protected]>
  • Loading branch information
MichaelMarien committed Jan 16, 2023
1 parent c2938d5 commit c0de390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing/contributing-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0de390

Please sign in to comment.