-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (27 loc) · 875 Bytes
/
Project.toml
File metadata and controls
29 lines (27 loc) · 875 Bytes
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 = "BiNormalDistributions"
uuid = "35cb82aa-8885-40e5-a2ce-8461cb5c8dfc"
authors = ["Abhro R. and contributors"]
version = "0.0.3-DEV"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Peaks = "18e31ff7-3703-566c-8e60-38913d67486b"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Distributions = "0.25"
ForwardDiff = "0.10, 1"
KernelDensity = "0.6.9"
Peaks = "0.5.3, 0.6"
QuadGK = "2.11.2"
Random = "1"
Roots = "2, 3.0"
Statistics = "1"
StatsAPI = "1.7.0"
StatsBase = "0.34.4"
julia = "1.10"