Skip to content

Commit

Permalink
CompatHelper: bump compat for "ImageCore" to "0.9" (#954)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "ImageCore" to "0.9"

* require ImageCore 0.9

- remove direct dependency to CVS
- remove useless compat codes for RGB1->XRGB deprecations

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Johnny Chen <johnnychen94@hotmail.com>
  • Loading branch information
github-actions[bot] and johnnychen94 committed Apr 27, 2021
1 parent bff89d1 commit ce28100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.24.1"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
ImageAxes = "2803e5a7-5153-5ecf-9a86-9b4c37f5f5ac"
Expand All @@ -32,12 +31,11 @@ TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"

[compat]
AxisArrays = "0.3, 0.4"
ColorVectorSpace = "0.6, 0.7, 0.8, 0.9"
FileIO = "1"
Graphics = "0.4, 1.0"
ImageAxes = "0.6"
ImageContrastAdjustment = "0.3.3"
ImageCore = "0.8.3"
ImageCore = "0.9"
ImageDistances = "0.2.5"
ImageFiltering = "0.6.3"
ImageIO = "0.3, 0.4, 0.5"
Expand Down
6 changes: 1 addition & 5 deletions src/Images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ using Reexport
if isdefined(ImageCore, :permuteddimsview)
export permuteddimsview
end
if isdefined(ColorTypes, :XRGB) && isdefined(ColorTypes, :RGB1)
Base.@deprecate_binding RGB1 XRGB
Base.@deprecate_binding RGB4 RGBX
end

using ColorVectorSpace, FileIO
using FileIO
export load, save
import .Colors: Fractional
import Graphics
Expand Down

0 comments on commit ce28100

Please # to comment.