Skip to content

Commit 34c29df

Browse files
Updated and cleaned up Project.toml from scratch.
1 parent 00214f4 commit 34c29df

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

Project.toml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name = "MultiscaleGraphSignalTransforms"
22
uuid = "cc44fc10-d0fb-5545-af72-ba1cb661a341"
33
authors = ["Naoki Saito <saito@math.ucdavis.edu>", "Yiqun Shao <shaoyiqun1992@gmail.com>", "Haotian Li <htsli@ucdavis.edu>"]
4-
version = "1.7.1"
4+
version = "1.7.2"
55

66
[deps]
77
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
88
AverageShiftedHistograms = "77b51b56-6f8f-5c3a-9cb4-d71f9594ea6e"
99
Clp = "e2554f3b-3117-50c0-817c-e040a3ddf72d"
10-
Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53"
1110
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
1211
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
1312
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -25,29 +24,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2524
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2625
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2726

28-
[compat]
29-
Arpack = "0.4.0, 0.5"
30-
AverageShiftedHistograms = "0.8.6"
31-
Clp = "0.8.3, 0.9, 1"
32-
Clp_jll = "1.17"
33-
Clustering = "0.14.2"
34-
Distances = "0.10.2"
35-
Distributions = "0.24.18, 0.25"
36-
Graphs = "1.6.0"
37-
JLD = "0.12.3, 0.13"
38-
JLD2 = "0.4.9"
39-
JuMP = "0.21.3, 0.22, 0.23, 1"
40-
Optim = "1.3.0"
41-
Plots = "1.12.0"
42-
QuadGK = "2.4.1"
43-
Reexport = "1.0.0"
44-
SimpleWeightedGraphs = "1.1.1"
45-
StatsBase = "0.33.6"
46-
julia = "1.6, 1.7"
47-
4827
[extras]
49-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
50-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
5128
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5229

5330
[targets]

0 commit comments

Comments
 (0)