-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
devopsDevOps relatedDevOps related
Description
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
pip install -e .[test] |
which may well require changes to the pyproject.toml
file
Lines 29 to 43 in 83cb28c
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", | |
] |
Metadata
Metadata
Assignees
Labels
devopsDevOps relatedDevOps related