Skip to content

install pymc in the recommended manner for remote workflows #279

Open
@drbenvincent

Description

@drbenvincent

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...

pip install -e .[test]

which may well require changes to the pyproject.toml file

CausalPy/pyproject.toml

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

No one assigned

    Labels

    devopsDevOps related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions