Following a discussion with @ricardoV94, it seems that we are pip installing pymc. We should instead install pymc in the recommended manner.
I'm not 100% sure how to implement this currently, but I'm assuming we need to edit files in .github/workflows. Perhaps...
which may well require changes to the pyproject.toml file
|
dependencies = [ |
|
"arviz>=0.14.0", |
|
"graphviz", |
|
"ipython!=8.7.0", |
|
"matplotlib>=3.5.3", |
|
"numpy<1.26.0", |
|
"pandas", |
|
"patsy", |
|
"pymc>=5.0.0", |
|
"scikit-learn>=1", |
|
"scipy", |
|
"seaborn>=0.11.2", |
|
"statsmodels", |
|
"xarray>=v2022.11.0", |
|
] |
Following a discussion with @ricardoV94, it seems that we are pip installing pymc. We should instead install pymc in the recommended manner.
I'm not 100% sure how to implement this currently, but I'm assuming we need to edit files in
.github/workflows. Perhaps...CausalPy/.github/workflows/ci.yml
Line 43 in 83cb28c
which may well require changes to the
pyproject.tomlfileCausalPy/pyproject.toml
Lines 29 to 43 in 83cb28c