Skip to content

Commit d894637

Browse files
authored
Merge pull request #8 from oschulz/update-deps
Update StatsBase version bound
2 parents 9d34b1c + 76ccf72 commit d894637

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,6 +1,6 @@
11
name = "AdaptiveRejectionSampling"
22
uuid = "c75e803d-635f-53bd-ab7d-544e482d8c75"
3-
version = "0.1.1"
3+
version = "0.1.2"
44

55
[deps]
66
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -9,7 +9,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
99

1010
[compat]
1111
ForwardDiff = "0.10.1"
12-
StatsBase = "0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33"
12+
StatsBase = "0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33,0.34"
1313
julia = "1"
1414

1515
[extras]

0 commit comments

Comments
 (0)