diff --git a/Project.toml b/Project.toml index c2f47200..c30820d5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ArviZ" uuid = "131c737c-5715-5e2e-ad31-c244f01c1dc7" authors = ["Seth Axen "] -version = "0.6.1" +version = "0.6.2" [deps] Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" @@ -21,7 +21,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Conda = "1.0" DataFrames = "0.20, 0.21, 0.22, 1.0" -DimensionalData = "0.20" +DimensionalData = "0.20, 0.21" LogExpFunctions = "0.2.0, 0.3" OrderedCollections = "1" PSIS = "0.2, 0.3, 0.4, 0.5" diff --git a/docs/Project.toml b/docs/Project.toml index 45c2a68f..a88aca21 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,7 +26,7 @@ ArviZ = "0.6" CairoMakie = "0.8.9" CmdStan = "6.0" DataFrames = "1" -DimensionalData = "0.20" +DimensionalData = "0.20, 0.21" Distributions = "0.25" Documenter = "0.27" MCMCChains = "5.0" diff --git a/test/Project.toml b/test/Project.toml index cebd2bb2..e9493790 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] CmdStan = "5.2.3, 6.0" DataFrames = "0.20, 0.21, 0.22, 1.0" -DimensionalData = "0.20" +DimensionalData = "0.20, 0.21" MCMCChains = "0.3.15, 0.4, 1.0, 2.0, 3.0, 4.0, 5.0" OffsetArrays = "1" OrderedCollections = "1"