Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install pymc in the recommended manner for remote workflows #279

Open
drbenvincent opened this issue Dec 13, 2023 · 1 comment · May be fixed by #281
Open

install pymc in the recommended manner for remote workflows #279

drbenvincent opened this issue Dec 13, 2023 · 1 comment · May be fixed by #281
Labels
devops DevOps related

Comments

@drbenvincent
Copy link
Collaborator

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",
]

@drbenvincent
Copy link
Collaborator Author

Is this something that @maresb might have expertise with?

@maresb maresb linked a pull request Dec 17, 2023 that will close this issue
@drbenvincent drbenvincent removed the good first issue Good for newcomers label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant