Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Aug 17, 2024
1 parent 2c1a76e commit c307adc
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,7 +1,7 @@
name = "UnderwaterAcoustics"
uuid = "0efb1f7a-1ce7-46d2-9f48-546a4c8fbb99"
authors = ["Mandar Chitre <[email protected]>"]
version = "0.4.0"
version = "0.4.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -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"

0 comments on commit c307adc

Please sign in to comment.