-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
84 lines (80 loc) · 2.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name = "NTFk"
uuid = "1226e131-0b97-51f8-8a3f-c1798118cd52"
authors = ["Velimir V Vesselinov (monty) <velimir.vesselinov@gmail.com>"]
version = "1.3.0"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
CanDecomp = "6c57e878-bc0a-5706-8331-d2cb71f7d6e8"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
DocumentFunction = "e1f3b4f0-2dc4-57d3-83f7-d4b7faf3b05b"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoadTensorDecompositions = "bae27b42-c72a-5733-8f2d-201965195bfc"
Mads = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
NMFk = "e40cd9e2-a1df-5d90-a1fa-603fdc3dbdd8"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorDecompositions = "04ed911b-6d5f-4088-a74e-60d2d5028204"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
TensorToolbox = "9c690861-8ade-587a-897e-15364bc6f718"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Arpack = "0.4, 0.5"
CanDecomp = "1.1, 1.2"
Colors = "0.12, 0.13"
Compose = "0.8, 0.9"
Conda = "1"
Dates = "1"
DelimitedFiles = "1"
Distributed = "1"
DistributedArrays = "0.6.5, 0.7"
DocumentFunction = "1"
FileIO = "1"
Gadfly = "1"
Images = "0.25, 0.26, 0.27, 1"
Interpolations = "0.14, 0.15, 1"
Ipopt = "0.6, 0.7, 0.8, 0.9, 1.0"
JLD = "0.10, 0.11, 0.12, 0.13, 0.14"
JLD2 = "0.2, 0.3, 0.4, 0.5"
LinearAlgebra = "1"
LoadTensorDecompositions = "1"
Mads = "1"
Measures = "0.3.1, 0.4"
NMFk = "1"
Pkg = "1"
Printf = "1"
PyCall = "1"
PyPlot = "2"
Random = "1"
SharedArrays = "1"
SparseArrays = "1"
Statistics = "1"
TensorDecompositions = "1"
TensorOperations = "1, 2, 3, 4, 5"
TensorToolbox = "1"
Test = "1"
julia = "1.11"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]