From c307adcf0131f3152b442cea2a7a4ddebd8f6595 Mon Sep 17 00:00:00 2001 From: Mandar Chitre Date: Sat, 17 Aug 2024 09:28:21 +0800 Subject: [PATCH] chore: bump deps --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index dd8e16b..64da5af 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "UnderwaterAcoustics" uuid = "0efb1f7a-1ce7-46d2-9f48-546a4c8fbb99" authors = ["Mandar Chitre "] -version = "0.4.0" +version = "0.4.1" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -17,12 +17,12 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" [compat] Colors = "0.12" -DSP = "0.6, 0.7" -DocStringExtensions = "0.8, 0.9" -FFTW = "1.3" -Interpolations = "0.14" +DSP = "0.6,0.7" +DocStringExtensions = "0.8,0.9" +FFTW = "1.3,1.4,1.5,1.6,1.7,1.8" +Interpolations = "0.14,0.15" RecipesBase = "1.1" Requires = "1.0" -SignalAnalysis = "0.4, 0.5, 0.6, 0.7" -ToeplitzMatrices = "0.7, 0.8" +SignalAnalysis = "0.4,0.5,0.6,0.7,0.8" +ToeplitzMatrices = "0.7,0.8" julia = "1.6"