Skip to content

Commit

Permalink
ImageMagick -> ImageIO in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Oct 10, 2021
1 parent 0160b84 commit 9733fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ julia = "1"

[extras]
EndpointRanges = "340492b5-2a47-5f55-813d-aca7ddf97656"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[targets]
test = ["EndpointRanges", "ImageMagick", "LinearAlgebra", "ReferenceTests", "Test", "TestImages"]
test = ["EndpointRanges", "ImageIO", "LinearAlgebra", "ReferenceTests", "Test", "TestImages"]

0 comments on commit 9733fe7

Please sign in to comment.