Skip to content

Commit ad3b1aa

Browse files
authored
Add compatibility with PosteriorStats v0.2 (#73)
1 parent c2cfbfb commit ad3b1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "InferenceObjects"
22
uuid = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
33
authors = ["Seth Axen <[email protected]> and contributors"]
4-
version = "0.3.14"
4+
version = "0.3.15"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -34,7 +34,7 @@ MLJBase = "1"
3434
NCDatasets = "0.12, 0.13, 0.14"
3535
OffsetArrays = "1"
3636
OrderedCollections = "1"
37-
PosteriorStats = "0.1.1"
37+
PosteriorStats = "0.1.1, 0.2"
3838
Random = "1.6"
3939
Requires = "0.5, 1"
4040
StatsBase = "0.32, 0.33, 0.34"

0 commit comments

Comments
 (0)