-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (37 loc) · 1.36 KB
/
Project.toml
File metadata and controls
41 lines (37 loc) · 1.36 KB
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
name = "MaximumLikelihoodProblems"
uuid = "e149cee4-a9c8-4a03-a7b6-d91720412337"
authors = ["Dilum Aluthge"]
version = "0.1.7"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"
[compat]
CategoricalArrays = "0.7"
DataFrames = "0.20"
Distributions = "0.23"
Econometrics = "0.2"
ForwardDiff = "0.10"
GLM = "1.3"
LogDensityProblems = "0.10"
NNlib = "0.6"
ProgressMeter = "1.2"
StatsFuns = "0.9"
TransformVariables = "0.3"
julia = "1.3"
[extras]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Econometrics = "4d6a76a9-bfbc-5492-8924-cf6ed7875f06"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CategoricalArrays", "DataFrames", "Econometrics", "ForwardDiff", "GLM", "NNlib", "Random", "Statistics", "StatsFuns", "Test"]