Skip to content

Commit

Permalink
[compat] ImageCore 0.10 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jul 20, 2023
1 parent 581ce92 commit b54fa8b
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,7 +1,7 @@
name = "ImageFiltering"
uuid = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
author = ["Tim Holy <tim.holy@gmail.com>", "Jan Weidner <jw3126@gmail.com>"]
version = "0.7.5"
version = "0.7.6"

[deps]
CatIndices = "aafaddc9-749c-510e-ac4f-586e18779b91"
Expand All @@ -27,7 +27,7 @@ DataStructures = "0.17.7, 0.18"
FFTViews = "0.3"
FFTW = "0.3, 1"
ImageBase = "0.1.5"
ImageCore = "0.9"
ImageCore = "0.9, 0.10"
OffsetArrays = "1.9"
Reexport = "1.1"
PrecompileTools = "1"
Expand Down

2 comments on commit b54fa8b

@timholy
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
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/87902

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 v0.7.6 -m "<description of version>" b54fa8be1f74eb9010564d35c3bca7f9a0bba01d
git push origin v0.7.6

Please sign in to comment.