Skip to content

Commit

Permalink
Aqua 0.8; add [compat]
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Jan 25, 2024
1 parent 190762c commit 03814ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,26 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Aqua = "0.8"
BlockArrays = "0.16"
ColorVectorSpace = "0.10"
Colors = "0.12"
Documenter = "1"
FFTW = "1"
FixedPointNumbers = "0.8"
ImageIO = "0.6"
ImageInTerminal = "0.5"
Logging = "1"
MappedArrays = "0.2, 0.3, 0.4"
MosaicViews = "0.3.3"
OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1.0.1"
PaddedViews = "0.5.8"
PrecompileTools = "1"
Random = "1"
Reexport = "0.2, 1.0"
ReferenceTests = "0.10"
Statistics = "1"
Test = "1"
julia = "1.6"

[extras]
Expand Down
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ using Aqua, Documenter # for meta quality checks
deps_compat=true,
stale_deps=true,
# FIXME? re-enable the `piracy` test
piracy=false, # currently just `float` and `paddedviews`
project_toml_formatting=true,
piracies=false, # currently just `float` and `paddedviews`
unbound_args=true,
)
DocMeta.setdocmeta!(ImageCore, :DocTestSetup, :(using ImageCore); recursive=true)
Expand Down

0 comments on commit 03814ce

Please sign in to comment.