Skip to content

Commit

Permalink
Require CVS 0.10
Browse files Browse the repository at this point in the history
This sets the stage for the entire JuliaImages ecosystem switching
to ColorVectorSpace 0.10. We can also anticipate the removal
of ColorVectorSpace.Future.abs2 internally, so the switch to
CVS 0.11 won't require a breaking change here or elsewhere.
  • Loading branch information
timholy committed Jul 20, 2023
1 parent 0046ec7 commit 5dab319
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ImageCore"
uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534"
version = "0.9.4"
version = "0.10.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -16,7 +16,7 @@ SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"

[compat]
AbstractFFTs = "0.4, 0.5, 1.0"
ColorVectorSpace = "0.9.7"
ColorVectorSpace = "0.10"
Colors = "0.12"
FixedPointNumbers = "0.8"
MappedArrays = "0.2, 0.3, 0.4"
Expand All @@ -33,11 +33,10 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
ImageInTerminal = "d8c32880-2388-543b-8c61-d9f865259254"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "BlockArrays", "Documenter", "FFTW", "ImageInTerminal", "ImageMagick", "Random", "ReferenceTests", "Statistics", "Test"]
test = ["Aqua", "BlockArrays", "Documenter", "FFTW", "ImageInTerminal", "Random", "ReferenceTests", "Statistics", "Test"]

0 comments on commit 5dab319

Please sign in to comment.