-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
29 lines (25 loc) · 833 Bytes
/
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
name = "EmpiricalDistributions"
uuid = "0bbb1fad-0f24-45fe-94a4-415852c5cc3b"
version = "0.3.8"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Adapt = "1.0, 2.0, 3.0, 4"
ArraysOfArrays = "0.4, 0.5, 0.6"
Distributions = "0.21.3, 0.22, 0.23, 0.24, 0.25"
LinearAlgebra = "1"
Random = "1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.6"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ForwardDiff", "Test"]