-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathProject.toml
More file actions
55 lines (53 loc) · 1.89 KB
/
Copy pathProject.toml
File metadata and controls
55 lines (53 loc) · 1.89 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
44
45
46
47
48
49
50
51
52
53
54
55
name = "SpectralUnmixing"
uuid = "18035c97-8b76-4bd8-9b58-2d1c7240eddc"
authors = ["Phil Brodrick <phil.brodrick@gmail.com>"]
version = "0.3.1"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
ModularIndices = "96e4cb12-aa16-11e9-3f16-05acf5cf8c1c"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ArchGDAL = "0.10.8"
ArgParse = "1.2.0"
CSV = "0.10.15"
Clustering = "0.15.8"
Combinatorics = "1.0.2"
DataFrames = "1.7.0"
Documenter = "1.9.0"
EllipsisNotation = "1.8.0"
GDAL = "1.10.0"
Interpolations = "0.15.1"
JuMP = "1.25.0"
ModularIndices = "0.1.0"
MultivariateStats = "0.10.3"
NLopt = "1.1.3"
NMF = "1.0.3"
Plots = "1.40.13"
Pluto = "0.20.8"
PyCall = "1.96.4"
StableRNGs = "1.0.4"
julia = "1.11"