-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
32 lines (28 loc) · 866 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
30
31
32
name = "BetaRegression"
uuid = "2339b9c3-daaf-4eaa-90d5-e8471159c344"
version = "0.1.4"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[compat]
Distributions = "0.25"
GLM = "1"
LinearAlgebra = "1"
LogExpFunctions = "0.3"
SpecialFunctions = "1, 2"
Statistics = "1"
StatsAPI = "1.5"
StatsBase = "0.33, 0.34"
StatsModels = "0.6, 0.7"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]