From c3069e34ab948526b01d9ab2ccce7ab1617de23e Mon Sep 17 00:00:00 2001 From: jvivian Date: Sat, 9 Mar 2024 10:23:22 -0800 Subject: [PATCH] Hotfix for Arviz --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index dc488bf..6bbe5fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3789,4 +3789,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.12" -content-hash = "f8d16475175f6870a61b62992f0c484c7b873da0cf0602880626ea54ab6d6eee" +content-hash = "97b4252699552d0e3061ae6b59aaa5b871458ea1fd4c5b8490560f63f95643f0" diff --git a/pyproject.toml b/pyproject.toml index ef8fd71..64a1461 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ plotly = "^5.18.0" pymc = "^5.10.4" urllib3 = ">=1.26.16,<2.0.0" decorator = "^5.1.1" +arviz = "^0.17.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.0"