Skip to content

Commit 4a50c8d

Browse files
authored
Merge pull request #19 from mauriciogtec/mauriciogtec/issue18
Fix dependencies to enable JuliaRegister auto merging.
2 parents 5db7610 + 5f4ada6 commit 4a50c8d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Project.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ version = "0.2.0"
44

55
[deps]
66
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
7-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
87
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
98
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
10-
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
119

1210
[compat]
13-
ForwardDiff = ">= 0.10.1"
14-
StatsBase = ">= 0.26"
15-
julia = ">= 1"
11+
ForwardDiff = "0.10.1"
12+
StatsBase = "0.24.0"
13+
julia = "0.7.0, 1"
1614

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

0 commit comments

Comments
 (0)