Skip to content

Commit 5cf038a

Browse files
committed
Fix dependencies to enable JuliaRegister auto merging.
Fixes #18
1 parent 5db7610 commit 5cf038a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1010
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1111

1212
[compat]
13-
ForwardDiff = ">= 0.10.1"
14-
StatsBase = ">= 0.26"
15-
julia = ">= 1"
13+
ForwardDiff = "0.10.1"
14+
StatsBase = "0.26"
15+
julia = "1"
16+
Plots = "1"
17+
StatsFuns = "0.5, 1.0"
1618

1719
[extras]
1820
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)