-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
43 lines (39 loc) · 1.43 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
42
43
name = "OrdinalMultinomialModels"
uuid = "b51826c6-2bc1-4eb0-a3af-c080fd29f1d0"
keywords = ["ordered multinomial model", "proportional odds model", "proportional hazards model"]
author = ["Hua Zhou <[email protected]>", "Chris German <[email protected]>", "OpenMendel Team"]
version = "0.4.5"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CategoricalArrays = "0.10"
DelimitedFiles = "1"
Distributions = "0.16 - 0.25"
GLM = "1"
Ipopt = "0.6.5 - 0.7, 0.8, 0.9, 1"
MathOptInterface = "0.10, 1"
NLopt = "0.6, 1"
RDatasets = "0.7"
Reexport = "1"
StatsBase = "0.24 - 0.33, 0.34"
StatsModels = "0.6, 0.7"
Tables = "1"
julia = "1.6"
[extras]
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["RDatasets", "Test"]