Skip to content
Merged
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: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- ruff
- ipykernel
- pymc>=6.0.0,<7.0.0
- bambi>=0.13.0
- bambi>=0.18.0,<1.0.0
- pip:
- lxml
- ipytest
Expand Down
2 changes: 1 addition & 1 deletion environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- sphinxcontrib-bibtex
- jupyter-sphinx
- pymc>=6.0.0,<7.0.0
- bambi>=0.13.0
- bambi>=0.18.0,<1.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dynamic = ["version"]
description = "Exploring and eliciting probability distributions."
dependencies = [
"arviz_stats>=1.0.0",
"arviz_stats>=1.0.0,<2.0.0",
"matplotlib>=3.9",
"numba>=0.62",
"numpy>=2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ipykernel
pandas
pytensor>=3.0.0
pymc>=6.0.0,<7.0.0
bambi>=0.13.0
bambi>=0.18.0,<1.0.0
pymc-extras
ruff
Loading