Skip to content

Commit e8baf49

Browse files
Removed unbounded version compats from Project.toml
1 parent d70a71e commit e8baf49

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ AverageShiftedHistograms = "0.8.7"
3131
Clustering = "0.14.2, 0.15"
3232
Distances = "0.10.2"
3333
Distributions = "0.24.18, 0.25"
34-
Graphs = "1.6.0"
35-
HiGHS = ">= 1"
34+
Graphs = "1"
35+
HiGHS = "1"
3636
JLD = "0.12.3, 0.13"
3737
JLD2 = "0.4.9, 0.6"
3838
JuMP = "0.21.3, 0.22, 0.23, 1"
3939
Optim = "1.4"
40-
Plots = "1.25"
40+
Plots = "1.3, 1.4"
4141
QuadGK = "2.4"
4242
Reexport = "1"
4343
SimpleWeightedGraphs = "1.1.1"
4444
Statistics = "1"
4545
StatsBase = "0.33.6, 0.34"
46-
WaveletsExt = "0.2.2"
47-
julia = ">= 1.10"
46+
WaveletsExt = "0.2"
47+
julia = "1.10, 1.11"
4848

4949
[extras]
5050
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

docs/Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ WaveletsExt = "8f464e1e-25db-479f-b0a5-b7680379e03f"
1111

1212
[compat]
1313
Documenter = "0.26, 0.27, 1"
14-
Graphs = ">= 1.6.0"
15-
HiGHS = ">= 1"
16-
LaTeXStrings = ">= 1.2"
17-
MultiscaleGraphSignalTransforms = "1.7"
14+
Graphs = "1"
15+
HiGHS = "1"
16+
LaTeXStrings = "1.2"
17+
MultiscaleGraphSignalTransforms = "1.8"
1818
MultivariateStats = "0.8, 0.9, 0.10"
19-
Plots = ">= 1.25"
20-
WaveletsExt = "0.1, 0.2"
19+
Plots = "1.3, 1.4"
20+
WaveletsExt = "0.2"

0 commit comments

Comments
 (0)