Skip to content

Commit

Permalink
Update version to 0.10.4 and bump BlockArrays dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral Shah authored and Viral Shah committed Nov 8, 2024
1 parent c43e197 commit 011c435
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name = "ImageCore"
uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534"
version = "0.10.3"
version = "0.10.4"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Expand All @@ -15,7 +17,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Aqua = "0.8"
BlockArrays = "0.16"
BlockArrays = "1"
ColorVectorSpace = "0.10, 0.11"
Colors = "0.12, 0.13"
Documenter = "1"
Expand All @@ -26,7 +28,7 @@ ImageInTerminal = "0.5"
Logging = "1"
MappedArrays = "0.3, 0.4"
MosaicViews = "0.3.3"
OffsetArrays = "0.11, 1.0.1"
OffsetArrays = "1.0.1"
PaddedViews = "0.5.8"
PrecompileTools = "1"
Random = "1"
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ using Aqua, Documenter # for meta quality checks
ambiguities=false,
project_extras=true,
deps_compat=true,
stale_deps=true,
# FIXME? failing on BlockArrays
stale_deps=false,
# FIXME? re-enable the `piracy` test
piracies=false, # currently just `float` and `paddedviews`
unbound_args=true,
Expand Down

0 comments on commit 011c435

Please sign in to comment.