-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (39 loc) · 1.32 KB
/
Copy pathProject.toml
File metadata and controls
43 lines (39 loc) · 1.32 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
42
43
name = "GsvdInitialization"
uuid = "2ac24108-be9c-42b8-8d78-6a4f62a87e7d"
authors = ["youdongguo <1010705897@qq.com>, Tim Holy <tim.holy@gmail.com>, and contributors"]
version = "2.0.0"
[deps]
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
NonNegLeastSquares = "b7351bd1-99d9-5c5d-8786-f205a815c4d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
[compat]
Aqua = "0.8"
Documenter = "1"
ExplicitImports = "1.15"
FileIO = "1.18"
JLD2 = "0.6"
Kronecker = "0.5"
LinearAlgebra = "1"
NMF = "1"
NonNegLeastSquares = "0.4"
OffsetArrays = "1"
SparseArrays = "1"
StableRNGs = "1"
TSVD = "0.4"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "ExplicitImports", "NMF", "Test", "FileIO", "JLD2", "OffsetArrays", "StableRNGs"]