Skip to content

Commit f020de5

Browse files
committed
Adding causal-learn as (required) dependency
The gcm module will heavily rely on the independence tests in the causal-learn package, i.e., it cannot be optional. Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
1 parent 943d4f6 commit f020de5

File tree

2 files changed

+51
-45
lines changed

2 files changed

+51
-45
lines changed

poetry.lock

+50-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ llvmlite = { version = "^0.36.0", optional = true }
6868

6969
#Plotting Extra
7070
matplotlib = { version = "^3.5.3", optional = true }
71+
causal-learn = "^0.1.3.0"
7172

7273
[tool.poetry.extras]
7374
econml = ["econml"]

0 commit comments

Comments
 (0)