Skip to content

Commit 2815c4f

Browse files
committed
Merge branch 'main' into pathfinder_w_pytensor_symbolic
2 parents 9faaa72 + 5055262 commit 2815c4f

File tree

18 files changed

+2403
-577
lines changed

18 files changed

+2403
-577
lines changed

conda-envs/environment-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dependencies:
1313
- pymc>=5.17.0 # CI was failing to resolve
1414
- blackjax
1515
- scikit-learn
16+
- better_optimize>=0.0.10

conda-envs/windows-environment-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dependencies:
1313
- pymc>=5.17.0 # CI was failing to resolve
1414
- blackjax
1515
- scikit-learn
16+
- better_optimize>=0.0.10

docs/index.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,17 @@ PyMC experimental
1818

1919
Where we grow the next batch of cool PyMC features
2020

21-
22-
Dependencies
23-
============
24-
PyMC experimental is tested on Python 3.8+ and depends on PyMC V5.
25-
2621
Installation
2722
============
2823

24+
To install the latest release on [PyPI](https://pypi.org/project/pymc-experimental/), you can use a package manager like pip:
25+
26+
.. code-block:: bash
27+
28+
pip install pymc-experimental
29+
30+
For the development version, you can install directly from GitHub:
31+
2932
.. code-block:: bash
3033
3134
pip install git+https://github.com/pymc-devs/pymc-experimental.git

0 commit comments

Comments
 (0)