-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
44 lines (40 loc) · 1.35 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
44
name = "BlockPrecisionMatrix"
uuid = "afff2849-e78a-40d9-8939-5c1a05aaf5fc"
authors = ["Marie Morvan", "Pierre Navaro"]
version = "0.1.0"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
GLMNet = "8d5ece8b-de18-5317-b113-243142960cc6"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
Lasso = "b4fcebef-c861-5a0f-a7e2-ba9dc32b180a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NonConvexPenalizedRegression = "393d5197-c0a3-4293-bd2f-5829bf091ab1"
ParallelDataTransfer = "2dcacdae-9679-587a-88bb-8b444fb7085b"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReadOnlyArrays = "988b38a3-91fc-5605-94a2-ee2116b3bd83"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
CategoricalArrays = "0.9, 0.10"
Distributions = "0.24, 0.25"
GLM = "1.9.0"
GLMNet = "0.7.4"
Hwloc = "2, 3"
InvertedIndices = "1"
Lasso = "0.6, 0.7"
NonConvexPenalizedRegression = "0.1"
ParallelDataTransfer = "0.5"
ProgressMeter = "1.5"
Random = "1"
ReadOnlyArrays = "0.1, 0.2"
Statistics = "1"
UnicodePlots = "1.3, 3"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]