-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (49 loc) · 1.73 KB
/
Project.toml
File metadata and controls
53 lines (49 loc) · 1.73 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
name = "MultiscaleGraphSignalTransforms"
uuid = "cc44fc10-d0fb-5545-af72-ba1cb661a341"
authors = ["Naoki Saito <saito@math.ucdavis.edu>", "Yiqun Shao <shaoyiqun1992@gmail.com>", "Haotian Li <htsli@ucdavis.edu>"]
version = "1.8.1"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
AverageShiftedHistograms = "77b51b56-6f8f-5c3a-9cb4-d71f9594ea6e"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
WaveletsExt = "8f464e1e-25db-479f-b0a5-b7680379e03f"
[compat]
Arpack = "0.4.0, 0.5.3"
AverageShiftedHistograms = "0.8.7"
Clustering = "0.14.2, 0.15"
Distances = "0.10.2"
Distributions = "0.24.18, 0.25"
Graphs = "1"
HiGHS = "1"
JLD = "0.12.3, 0.13"
JLD2 = "0.4.9, 0.6"
JuMP = "0.21.3, 0.22, 0.23, 1"
Optim = "1.4"
Plots = "1.3, 1.4"
QuadGK = "2.4"
Reexport = "1"
SimpleWeightedGraphs = "1.1.1"
Statistics = "1"
StatsBase = "0.33.6, 0.34"
WaveletsExt = "0.2"
julia = "1.10, 1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]