-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 1.14 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
name = "Particles"
uuid = "2ebe8b25-25be-5fc1-b6bc-48c775df5563"
authors = ["Dave Kleinschmidt <dave.f.kleinschmidt@gmail.com>"]
version = "0.1.4"
[deps]
ConjugatePriors = "1624bea9-42b1-5fc1-afd3-e96f729c8d6c"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
ConjugatePriors = "≥ 0.3.0"
Distributions = "≥ 0.16.4"
julia = "≥ 1"
[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SharedArrays", "LinearAlgebra", "Test", "Random", "Distributed"]