Skip to content

Commit

Permalink
rollback compatibility to ImageCore 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed May 22, 2019
1 parent bc7fa5f commit 1a48155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ImageMorphology/Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name = "ImageMorphology"
uuid = "787d08f9-d448-5407-9aad-5290dd7ab264"
version = "0.2.2"
version = "0.2.3"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"

[compat]
Expand Down
1 change: 1 addition & 0 deletions ImageMorphology/src/ImageMorphology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ __precompile__()

module ImageMorphology

using FixedPointNumbers, Colors # TODO: remove these dependency in 0.3
using ImageCore
using Base.Cartesian # TODO: delete this

Expand Down

0 comments on commit 1a48155

Please sign in to comment.