-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
30 lines (28 loc) · 1.01 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name = "CorrectMatch"
uuid = "26fcc630-e5d3-11e9-1f2e-33567d4860bc"
version = "1.2.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Discreet = "c2843242-4f35-58a6-a2a0-7e7527607317"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
mvndst_jll = "78cd126e-648e-5a4b-8892-63be0e833cb1"
[compat]
Compat = "2, 3, 4"
Discreet = "0.3"
Distributions = "0.23, 0.24, 0.25"
Optim = "0.19, 0.20, 0.21, 0.22, 1.0"
PDMats = "0.10, 0.11"
Roots = "0.8, 0.9, 1, 2.0, 2.1"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "0.8, 0.9, 1.0"
julia = "1.6"