Skip to content

Commit

Permalink
Bump Images & Distributions compatibility (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Mar 3, 2022
1 parent 6558cb5 commit 86eb2c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
version:
- '1.1'
- '1.6'
- '1'
# - 'nightly'
os:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RegisterQD"
uuid = "ac24ea0c-1830-11e9-18d4-81f172323054"
version = "0.2.5"
version = "0.2.6"

[deps]
CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24"
Expand All @@ -21,7 +21,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
CenterIndexedArrays = "0.2"
CoordinateTransformations = "0.5, 0.6"
Images = "0.20, 0.21, 0.22, 0.23, 0.24"
Images = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
Interpolations = "0.12, 0.13"
MappedArrays = "0.2, 0.3, 0.4"
OffsetArrays = "0.11, 1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
AxisArrays = "0.3, 0.4"
Distributions = "0.20, 0.21, 0.22, 0.23"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
ImageMagick = "0.7, 1"
ImageMetadata = "0.9"
TestImages = "0.5, 0.6, 1"
Expand Down

0 comments on commit 86eb2c5

Please sign in to comment.