Skip to content

Commit fa17d8c

Browse files
CompatHelper: bump compat for "ColorVectorSpace" to "0.9" (#109)
* CompatHelper: bump compat for "ColorVectorSpace" to "0.9" * remove QuartzImageIO from test dependencies ImageMagick is a superset of it Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johnny Chen <[email protected]>
1 parent 2352a67 commit fa17d8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515

1616
[compat]
1717
AxisAlgorithms = "1.0"
18-
ColorVectorSpace = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
18+
ColorVectorSpace = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
1919
CoordinateTransformations = "0.5, 0.6"
2020
IdentityRanges = "0.3"
2121
ImageCore = "0.8.1"
@@ -28,10 +28,9 @@ julia = "1"
2828
[extras]
2929
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
3030
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
31-
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
3231
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
3332
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3433
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
3534

3635
[targets]
37-
test = ["ImageMagick", "LinearAlgebra", "QuartzImageIO", "ReferenceTests", "Test", "TestImages"]
36+
test = ["ImageMagick", "LinearAlgebra", "ReferenceTests", "Test", "TestImages"]

0 commit comments

Comments
 (0)