Skip to content

Commit

Permalink
[compat] MetaGraphs 0.8 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd authored Nov 25, 2024
1 parent 043f8fc commit 72425b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.8.2"
version = "1.8.3"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand All @@ -26,7 +26,7 @@ Graphs = "1.4.1"
ImageCore = "0.10"
ImageFiltering = "0.6, 0.7"
ImageMorphology = "0.2.6, 0.3, 0.4"
MetaGraphs = "0.7"
MetaGraphs = "0.7, 0.8"
RegionTrees = "0.2, 0.3"
SimpleWeightedGraphs = "1.2"
StaticArrays = "0.9, 0.10, 0.11, 0.12, 1.0"
Expand Down

2 comments on commit 72425b3

@timholy
Copy link
Member

Choose a reason for hiding this comment

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

@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/120129

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.8.3 -m "<description of version>" 72425b307085962a18c89fbba02539599aa0026d
git push origin v1.8.3

Please sign in to comment.