diff --git a/CondaPkg.toml b/CondaPkg.toml index 97897b7..d485f00 100644 --- a/CondaPkg.toml +++ b/CondaPkg.toml @@ -2,4 +2,4 @@ pandas = "" matplotlib = "" xarray = "" -arviz = ">=0.15.0,<0.16.0" +arviz = ">=0.15.0,<=0.18" diff --git a/Project.toml b/Project.toml index b895ee0..6f1ada5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ArviZPythonPlots" uuid = "4a6e88f0-2c8e-11ee-0601-e94153f0eada" authors = ["Seth Axen "] -version = "0.1.8" +version = "0.1.9" [deps] ArviZ = "131c737c-5715-5e2e-ad31-c244f01c1dc7"