Skip to content

Commit

Permalink
Fix a deprecation
Browse files Browse the repository at this point in the history
This was making the tests so slow, they'd time out.
  • Loading branch information
timholy committed Jul 22, 2023
1 parent f0937c5 commit 45d92d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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"
Expand Down
4 changes: 0 additions & 4 deletions src/models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ using ImageBase
using ImageBase.ImageCore.MappedArrays: of_eltype
using ImageBase.FiniteDiff

# Introduced in ColorVectorSpace v0.9.3
# https://github.com/JuliaGraphics/ColorVectorSpace.jl/pull/172
using ImageBase.ImageCore.ColorVectorSpace.Future: abs2

"""
This submodule provides predefined image-related models and its solvers that can be reused
by many image processing tasks.
Expand Down

0 comments on commit 45d92d0

Please sign in to comment.