Skip to content

Commit 54f7ab8

Browse files
authored
Bump compat for ArviZ v0.12 and DimensionalData v0.27 (#34)
* Support ArviZ v0.12 and DimensionalData v0.27 * Increment patch version
1 parent abd2ce2 commit 54f7ab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ArviZPythonPlots"
22
uuid = "4a6e88f0-2c8e-11ee-0601-e94153f0eada"
33
authors = ["Seth Axen <seth@sethaxen.com>"]
4-
version = "0.1.6"
4+
version = "0.1.7"
55

66
[deps]
77
ArviZ = "131c737c-5715-5e2e-ad31-c244f01c1dc7"
@@ -15,10 +15,10 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1515
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616

1717
[compat]
18-
ArviZ = "0.10, 0.11"
18+
ArviZ = "0.10, 0.11, 0.12"
1919
ArviZExampleData = "0.1.5"
2020
CondaPkg = "0.2"
21-
DimensionalData = "0.23, 0.24, 0.25, 0.26"
21+
DimensionalData = "0.23, 0.24, 0.25, 0.26, 0.27"
2222
Markdown = "1.6"
2323
OrderedCollections = "1"
2424
PythonCall = "0.9"

0 commit comments

Comments
 (0)