Skip to content

Commit

Permalink
Update Project.toml - drop very old versions in deps
Browse files Browse the repository at this point in the history
Set ver to 0.26.1
  • Loading branch information
ViralBShah authored Feb 27, 2024
1 parent 79ee478 commit 7e0c72d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Images"
uuid = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
version = "0.26.0"
version = "0.26.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -34,9 +34,9 @@ TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"

[compat]
Aqua = "0.8"
FFTW = "1.8"
FFTW = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8"
FileIO = "1"
Graphics = "1.0"
Graphics = "1"
ImageAxes = "0.6.9"
ImageBase = "0.1.5"
ImageBinarization = "0.2, 0.3"
Expand All @@ -53,13 +53,13 @@ ImageQualityIndexes = "0.3"
ImageSegmentation = "1.7"
ImageShow = "0.3"
ImageTransformations = "0.9, 0.10"
IndirectArrays = "0.5, 1"
IndirectArrays = "1"
IntegralArrays = "0.1"
Reexport = "1.1"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1.0"
StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
StaticArrays = "1"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
Suppressor = "0.2"
TiledIteration = "0.2, 0.3, 0.4, 0.5"
TiledIteration = "0.3, 0.4, 0.5"
TestImages = "1.8"
julia = "1.6"
Base64 = "1"
Expand Down

0 comments on commit 7e0c72d

Please sign in to comment.