-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
91 lines (87 loc) · 3.08 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
85
86
87
88
89
90
91
name = "NMFk"
uuid = "e40cd9e2-a1df-5d90-a1fa-603fdc3dbdd8"
authors = ["Velimir V Vesselinov (monty) <[email protected]>"]
version = "1.4.2"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocumentFunction = "e1f3b4f0-2dc4-57d3-83f7-d4b7faf3b05b"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
Geodesy = "0ef565a4-170c-5f04-8de2-149903a85f3d"
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"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mads = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReusableFunctions = "afbf81f7-602f-5a4a-9a77-738a1b1188fe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
[compat]
Clustering = "0.14, 0.15"
Colors = "0.12, 0.13"
ColorSchemes = "3"
Compose = "0.8, 0.9"
DataFrames = "1"
Dates = "1"
DelimitedFiles = "1"
Distances = "0.8, 0.9, 0.10, 0.11"
Distributed = "1"
DistributedArrays = "0.6, 0.7"
Distributions = "0.23, 0.24, 0.25"
DocumentFunction = "1"
Gadfly = "1"
Geodesy = "0.5, 0.6, 1"
Images = "0.25, 0.26"
Ipopt = "0.6, 0.7, 0.8, 0.9, 1.0"
Interpolations = "0.14, 0.15, 1"
JLD = "0.10, 0.11, 0.12, 0.13, 0.14, 1"
JLD2 = "0.2, 0.3, 0.4, 0.5, 1"
JuMP = "0.21, 0.22, 0.23, 1"
LinearAlgebra = "1"
Mads = "1.6, 2"
Measures = "0.3, 0.4"
MultivariateStats = "0.8, 0.9, 0.10, 0.11"
NLopt = "0.6, 0.7, 1"
NMF = "0.4, 0.5, 0.6, 1"
Pkg = "1"
PlotlyJS = "0.14, 0.15, 0.16, 0.17, 0.18"
Printf = "1"
Random = "1"
ReusableFunctions = "1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34, 1"
Suppressor = "0.2, 0.3"
Test = "1"
VegaDatasets = "2"
VegaLite = "2, 3"
julia = "1.11"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["LinearAlgebra", "Test", "Random"]