From fff7b015fcd3b9b7178374980b3b0958517be4bd Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" <744411+ViralBShah@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:30:14 -0400 Subject: [PATCH] Update combat bounds in Project.toml --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 42dc7e6..9e6f631 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ImageCore" uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534" -version = "0.10.2" +version = "0.10.3" [deps] ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4" @@ -17,20 +17,20 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Aqua = "0.8" BlockArrays = "0.16" ColorVectorSpace = "0.10" -Colors = "0.12" +Colors = "0.12, 0.13" Documenter = "1" FFTW = "1" FixedPointNumbers = "0.8" ImageIO = "0.6" ImageInTerminal = "0.5" Logging = "1" -MappedArrays = "0.2, 0.3, 0.4" +MappedArrays = "0.3, 0.4" MosaicViews = "0.3.3" -OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1.0.1" +OffsetArrays = "0.11, 1.0.1" PaddedViews = "0.5.8" PrecompileTools = "1" Random = "1" -Reexport = "0.2, 1.0" +Reexport = "1" ReferenceTests = "0.10" Statistics = "1" Test = "1"