-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
41 lines (37 loc) · 1.25 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
31
32
33
34
35
36
37
38
39
40
41
name = "SearchDiscoveryReplication"
uuid = "47862a20-58e6-4352-9799-a15337c7d41d"
authors = ["rgreminger <rafael.greminger@outlook.com> and contributors"]
version = "0.1.0"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GalacticOptim = "a75be94c-b780-496d-a8a9-0878b188d577"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ArgCheck = "2.1"
BSON = "0.2"
Distributions = "0.24"
ForwardDiff = "0.10"
GalacticOptim = "1.0.0"
NLopt = "0.6"
Parameters = "0.12"
QuadGK = "2.4"
Roots = "1.0"
StatsBase = "0.33"
julia = "1.5.0 - 1.6.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]