Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conda-envs/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ dependencies:
- threadpoolctl>=3.1.0
- zarr>=2.5.0,<3
# Extra dependencies for dev, testing and docs build
- blackjax
- ipython>=7.16
- jax
- jupyter-sphinx
- myst-nb<=1.0.0
- numpydoc
- numpyro
- pre-commit>=2.8.0
- polyagamma
- pytest-cov>=2.5
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# See that file for comments about the need/usage of each dependency.

arviz>=0.13.0
blackjax
cachetools>=4.2.1
cloudpickle
ipython>=7.16
Expand All @@ -12,6 +13,7 @@ myst-nb<=1.0.0
numdifftools>=0.9.40
numpy>=1.25.0
numpydoc
numpyro
pandas>=0.24.0
polyagamma
pre-commit>=2.8.0
Expand Down
Loading