Skip to content

Commit e36e914

Browse files
johnnychen94timholy
authored andcommitted
Update dependency versions (#40)
* Add upper bounds to dependency versions and also drop compatibility for legacy versions * ImageSegmentation v1.4.0
1 parent a38e5d1 commit e36e914

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ImageSegmentation"
22
uuid = "80713f31-8817-5129-9cf8-209ff8fb23e1"
3-
version = "1.3"
3+
version = "1.4.0"
44

55
[deps]
66
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
@@ -16,16 +16,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1616
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717

1818
[compat]
19-
Clustering = ">= 0.9.0"
20-
DataStructures = ">= 0.7.1"
19+
Clustering = "0.10, 0.11, 0.12, 0.13"
20+
DataStructures = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
2121
Distances = "0.8"
22-
ImageFiltering = ">= 0.1.3"
23-
Images = ">= 0.9"
24-
LightGraphs = ">= 0.9.0"
25-
RegionTrees = ">= 0.1.0"
26-
SimpleWeightedGraphs = ">= 0.0.1"
27-
StaticArrays = ">= 0.5.0"
28-
julia = ">= 1.0"
22+
ImageFiltering = "0.6"
23+
Images = "0.18, 0.19, 0.20"
24+
LightGraphs = "1.1, 1.2, 1.3"
25+
RegionTrees = "0.2, 0.3"
26+
SimpleWeightedGraphs = "1.0, 1.1"
27+
StaticArrays = "0.9, 0.10, 0.11, 0.12"
28+
julia = "1"
2929

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

0 commit comments

Comments
 (0)