Skip to content

Commit 4fd93a8

Browse files
committed
expand compat for kerneldensity and interpolations
1 parent 71f2787 commit 4fd93a8

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 = "SequentialSamplingModels"
22
uuid = "0e71a2a6-2b30-4447-8742-d083a85e82d1"
33
authors = ["itsdfish"]
4-
version = "0.12.5"
4+
version = "0.12.6"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -29,10 +29,10 @@ TuringExt = "Turing"
2929

3030
[compat]
3131
Distributions = "v0.24.6, 0.25"
32-
DynamicPPL = "0.29.0,0.30.0,0.31.0,0.32.0,0.33.0,0.34.0,0.35.0,0.36.0"
32+
DynamicPPL = "0.31.0,0.32.0,0.33.0,0.34.0,0.35.0,0.36.0"
3333
FunctionZeros = "0.2.0,0.3.0, 1"
3434
HCubature = "1"
35-
Interpolations = "0.14.0,0.15.0"
35+
Interpolations = "0.14.0,0.15.0,0.16.0"
3636
KernelDensity = "0.6.5"
3737
LinearAlgebra = "1"
3838
Plots = "1.0.0"

0 commit comments

Comments
 (0)