Skip to content

Commit 86eb2c5

Browse files
authored
Bump Images & Distributions compatibility (#39)
1 parent 6558cb5 commit 86eb2c5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
version:
1616
- '1.1'
17+
- '1.6'
1718
- '1'
1819
# - 'nightly'
1920
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RegisterQD"
22
uuid = "ac24ea0c-1830-11e9-18d4-81f172323054"
3-
version = "0.2.5"
3+
version = "0.2.6"
44

55
[deps]
66
CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24"
@@ -21,7 +21,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2121
[compat]
2222
CenterIndexedArrays = "0.2"
2323
CoordinateTransformations = "0.5, 0.6"
24-
Images = "0.20, 0.21, 0.22, 0.23, 0.24"
24+
Images = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
2525
Interpolations = "0.12, 0.13"
2626
MappedArrays = "0.2, 0.3, 0.4"
2727
OffsetArrays = "0.11, 1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1212

1313
[compat]
1414
AxisArrays = "0.3, 0.4"
15-
Distributions = "0.20, 0.21, 0.22, 0.23"
15+
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
1616
ImageMagick = "0.7, 1"
1717
ImageMetadata = "0.9"
1818
TestImages = "0.5, 0.6, 1"

0 commit comments

Comments
 (0)