Skip to content

Commit a7ebef3

Browse files
andyl7anThe Meridian Authors
authored andcommitted
Pin arviz dependency to < 0.20.0
PiperOrigin-RevId: 877512756
1 parent ff62333 commit a7ebef3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323

2424
## [Unreleased]
2525

26+
* Pin `arviz` dependency to `< 0.20.0` to fix upstream `InferenceData`
27+
deprecation.
28+
2629
## [1.5.2] - 2026-02-10
2730

2831
* Move `schema` package as `meridian.schema`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords = [
2424
# pip dependencies of the project
2525
# Installed locally with `pip install -e .`
2626
dependencies = [
27-
"arviz",
27+
"arviz < 0.20.0",
2828
"altair >= 5",
2929
"bidict",
3030
"immutabledict",

0 commit comments

Comments
 (0)