From 8ad2f5ec7717427e5da6ffc7cb75129c9f59fb9d Mon Sep 17 00:00:00 2001 From: Michal Raczycki Date: Mon, 31 Jul 2023 13:59:39 +0200 Subject: [PATCH] bumping the pymc-experimental version, changing to supporting just the latest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9885d23d..0724f836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "seaborn>=0.12.2", "xarray", "xarray-einstats>=0.5.1", - "pymc-experimental=0.0.9", + "pymc-experimental==0.0.9", ] [project.optional-dependencies]