Skip to content

Commit

Permalink
Update dependency versions (#40)
Browse files Browse the repository at this point in the history
* Add upper bounds to dependency versions

and also drop compatibility for legacy versions

* ImageSegmentation v1.4.0
  • Loading branch information
johnnychen94 authored and timholy committed Jan 5, 2020
1 parent a38e5d1 commit e36e914
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ImageSegmentation"
uuid = "80713f31-8817-5129-9cf8-209ff8fb23e1"
version = "1.3"
version = "1.4.0"

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

[compat]
Clustering = ">= 0.9.0"
DataStructures = ">= 0.7.1"
Clustering = "0.10, 0.11, 0.12, 0.13"
DataStructures = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
Distances = "0.8"
ImageFiltering = ">= 0.1.3"
Images = ">= 0.9"
LightGraphs = ">= 0.9.0"
RegionTrees = ">= 0.1.0"
SimpleWeightedGraphs = ">= 0.0.1"
StaticArrays = ">= 0.5.0"
julia = ">= 1.0"
ImageFiltering = "0.6"
Images = "0.18, 0.19, 0.20"
LightGraphs = "1.1, 1.2, 1.3"
RegionTrees = "0.2, 0.3"
SimpleWeightedGraphs = "1.0, 1.1"
StaticArrays = "0.9, 0.10, 0.11, 0.12"
julia = "1"

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

2 comments on commit e36e914

@johnnychen94
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/7540

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.4.0 -m "<description of version>" e36e9140f83ddcd531d298fe98794f21b7213881
git push origin v1.4.0

Please sign in to comment.