-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
31 lines (27 loc) · 970 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
name = "MatrixLMnet"
uuid = "436227dc-6146-11e9-240b-9df6ee45b799"
authors = ["Jane Liang", "Zifan Yu", "Gregory Farage", "Saunak Sen"]
version = "1.1.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLBase = "f0e99cf1-93fa-52ec-9ecc-5026115318e0"
MatrixLM = "37290134-6146-11e9-0c71-a5c489be1f53"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DataFrames = "^1.3.0"
MLBase = "0.8, 0.9"
MatrixLM = "~0.2"
Reexport = "1"
Statistics = "1"
julia = "1.6.4, 1"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Helium = "3f79f04f-7cac-48b4-bde1-3ad54d8f74fa"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Distributions", "Helium", "StableRNGs", "Test"]