-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass kwargs to nutpie + create env.yml file (#855)
* Pass kwargs to nutpie + create env.yml file * Add comment, format code, and move environment file to its own directory * Rerun alternative sampler NB * Handle case when cores and chains are None for nutpie * Update bayeux version pin * Run example notebook and remove old comment from pyproject.toml * Add pyproject
- Loading branch information
1 parent
649a304
commit 27f8136
Showing
4 changed files
with
4,156 additions
and
1,163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: bambi-env | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python>=3.10,<3.13 | ||
- arviz>=0.12.0 | ||
- formulae>=0.5.3 | ||
- graphviz | ||
- pandas>=1.0.0 | ||
- pymc>=5.16.1 | ||
# Dev dependencies | ||
- black=24.3.0 | ||
- ipython>=5.8.0,!=8.7.0 | ||
- pre-commit>=2.19 | ||
- pylint=3.1.0 | ||
- pytest-cov>=2.6.1 | ||
- pytest>=4.4.0 | ||
- seaborn>=0.9.0 | ||
- pip | ||
- watermark | ||
- pip: | ||
- quartodoc==0.6.1 | ||
- bayeux-ml==0.1.15 # Optional JAX dependency |
Oops, something went wrong.