-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop Julia 1.0, ImageMagick; fix depwarn (#264)
The previous version seems to run on Julia 1.0, but there's a conflict installing test-only dependencies. Therefore it's best to drop 1.0. This also eliminates ImageMagick as a test dependency. Finally, tests were timing out due to a depwarn.
- Loading branch information
Showing
3 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", "Jan Weidner <[email protected]>"] | ||
version = "0.7.6" | ||
version = "0.7.7" | ||
|
||
[deps] | ||
CatIndices = "aafaddc9-749c-510e-ac4f-586e18779b91" | ||
|
@@ -27,19 +27,18 @@ DataStructures = "0.17.7, 0.18" | |
FFTViews = "0.3" | ||
FFTW = "0.3, 1" | ||
ImageBase = "0.1.5" | ||
ImageCore = "0.9, 0.10" | ||
ImageCore = "0.10" | ||
OffsetArrays = "1.9" | ||
Reexport = "1.1" | ||
PrecompileTools = "1" | ||
StaticArrays = "0.10, 0.11, 0.12, 1.0" | ||
TiledIteration = "0.2, 0.3, 0.4, 0.5" | ||
julia = "1" | ||
julia = "1.6" | ||
|
||
[extras] | ||
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19" | ||
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1" | ||
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49" | ||
ImageQualityIndexes = "2996bd0c-7a13-11e9-2da2-2f5ce47296a9" | ||
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
@@ -48,4 +47,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990" | ||
|
||
[targets] | ||
test = ["AxisArrays", "Documenter", "ImageIO", "ImageMagick", "ImageMetadata", "ImageQualityIndexes", "Logging", "Random", "Test", "TestImages"] | ||
test = ["AxisArrays", "Documenter", "ImageIO", "ImageMetadata", "ImageQualityIndexes", "Logging", "Random", "Test", "TestImages"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
afd33f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
afd33f4
There was a problem hiding this comment.
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/88075
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: