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

Add back PyMC3 code #113

Open
rgieseke opened this issue Dec 12, 2024 · 0 comments
Open

Add back PyMC3 code #113

rgieseke opened this issue Dec 12, 2024 · 0 comments
Assignees

Comments

@rgieseke
Copy link
Collaborator

To simplify re-running an analysis with PyMC3 the code removed in #108 should be added back in.

Installation of PyMC3 dependencies should happen as optional dependencies, the dependency on Python 3.11 should be noted in the docs.

Example installation call

pip install .[pymc3]
rgieseke added a commit that referenced this issue Dec 13, 2024
Concurrent installation might cause problems when both Theano and Pytensor
are installed. Command line use works with both libraries installed together.

PyMC3 is an optional dependency and needs to be installed separately.

    pip install .[pymc3]

Closes #113

Co-authored-by: Sven Willner <[email protected]>
Co-authored-by: Robert Gieseke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants