Skip to content

Commit

Permalink
Update combat bounds in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 22, 2024
1 parent 02e5b64 commit fff7b01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.10.2"
version = "0.10.3"

[deps]
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Expand All @@ -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"
Expand Down

0 comments on commit fff7b01

Please sign in to comment.