Skip to content

Commit ff7afc0

Browse files
authored
Version 0.9.3: depend on CVS 0.9.7 (#173)
ColorVectorSpace (CVS) 0.9.7 incorporates `abs2` and other recent fixes. Since the rest of the JuliaImages ecosystem gets its CVS indirectly via ImageCore, it seems to make sense to bump the compatibility.
1 parent aa01990 commit ff7afc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ImageCore"
22
uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534"
3-
version = "0.9.2"
3+
version = "0.9.3"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -16,7 +16,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1616

1717
[compat]
1818
AbstractFFTs = "0.4, 0.5, 1.0"
19-
ColorVectorSpace = "0.9"
19+
ColorVectorSpace = "0.9.7"
2020
Colors = "0.12"
2121
FixedPointNumbers = "0.8"
2222
Graphics = "0.4, 1.0"

0 commit comments

Comments
 (0)