From ad84c7b8d7743aed2b4bb92ac391b063dc718db5 Mon Sep 17 00:00:00 2001 From: AFg6K7h4fhy2 <127630341+AFg6K7h4fhy2@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:18:40 -0400 Subject: [PATCH] update arviz --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1aa609..ecb45cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ include = [ [tool.poetry.dependencies] python = "^3.12" -arviz = "^0.19.0" +arviz = "^0.20.0" polars = "^1.8.2" xarray = "^2024.9.0" matplotlib = "^3.9.2"