You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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
The text was updated successfully, but these errors were encountered: