Skip to content

Commit eec45f7

Browse files
authored
Cap ArviZ below 1.0 pending migration (#810)
* Cap ArviZ below 1.0 pending migration Keep current CausalPy releases from resolving incompatible ArviZ 1.0 installs until the upstream PyMC and pymc-extras migration work lands. Made-with: Cursor * Fix lift test notebook compatibility on PR 810 Keep the lift test example working with newer pymc-marketing transformer APIs and normalize stale notebook output metadata so notebook schema validation passes on this branch. Made-with: Cursor
1 parent 55256f5 commit eec45f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ channels:
1212
- conda-forge
1313
dependencies:
1414
- python>=3.12
15-
- arviz>=0.14.0
15+
- arviz<1.0,>=0.14.0
1616
- codespell
1717
- graphviz
1818
- interrogate

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
# For an analysis of this field vs pip's requirements files see:
4141
# https://packaging.python.org/discussions/install-requires-vs-requirements/
4242
dependencies = [
43-
"arviz>=0.14.0",
43+
"arviz>=0.14.0,<1.0",
4444
"graphviz",
4545
"ipython!=8.7.0",
4646
"jinja2",

0 commit comments

Comments
 (0)