Skip to content

Commit

Permalink
removed pycairo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedemonte96 committed Jun 19, 2021
1 parent c76c877 commit 2a64baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `causal
pip install causaleffect
```

If one wants to plot graphs with the `plotGraph` function, either the `pycairo` library (version `1.17.2` or later) or the `cairocffi` library is also required.

## Usage

If we want to compute the causal effect P(y|do(X=x)) from the causal diagram shown below,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pycairo>=1.17.2
numpy>=1.15.1
python-igraph>=0.8.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = '0.0.1'
version = '0.0.2'
description = 'Computing causal effects'
long_description = """
# causaleffect
Expand Down

0 comments on commit 2a64baa

Please sign in to comment.