Skip to content

Commit

Permalink
Merge branch 'main' into pathfinder_w_pytensor_symbolic
Browse files Browse the repository at this point in the history
  • Loading branch information
aphc14 committed Dec 7, 2024
2 parents 9faaa72 + 5055262 commit 2815c4f
Show file tree
Hide file tree
Showing 18 changed files with 2,403 additions and 577 deletions.
1 change: 1 addition & 0 deletions conda-envs/environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
- pymc>=5.17.0 # CI was failing to resolve
- blackjax
- scikit-learn
- better_optimize>=0.0.10
1 change: 1 addition & 0 deletions conda-envs/windows-environment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
- pymc>=5.17.0 # CI was failing to resolve
- blackjax
- scikit-learn
- better_optimize>=0.0.10
13 changes: 8 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ PyMC experimental

Where we grow the next batch of cool PyMC features


Dependencies
============
PyMC experimental is tested on Python 3.8+ and depends on PyMC V5.

Installation
============

To install the latest release on [PyPI](https://pypi.org/project/pymc-experimental/), you can use a package manager like pip:

.. code-block:: bash
pip install pymc-experimental
For the development version, you can install directly from GitHub:

.. code-block:: bash
pip install git+https://github.com/pymc-devs/pymc-experimental.git
Expand Down
Loading

0 comments on commit 2815c4f

Please sign in to comment.