Skip to content

Commit

Permalink
Merge pull request #532 from JuliaDSP/mh/require-julia-1.6
Browse files Browse the repository at this point in the history
Bump the minimum required Julia version to 1.6
  • Loading branch information
ViralBShah authored Feb 6, 2024
2 parents c68ac88 + 7640b8d commit 27fdc1f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DSP"
uuid = "717857b8-e6f2-59f4-9121-6e50c889abd2"
version = "0.7.9"
version = "0.8.0"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -15,14 +15,18 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Compat = "3.14, 4.1"
FFTW = "1.1"
DelimitedFiles = "1.6"
FFTW = "1.8"
IterTools = "1"
OffsetArrays = "0.11, 1"
Polynomials = "2, 3.0, 4"
LinearAlgebra = "1.6"
OffsetArrays = "1"
Polynomials = "4"
Random = "1.6"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2.0"
SpecialFunctions = "2.0"
Statistics = "1"
julia = "1"
Test = "1.6"
julia = "1.6"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

0 comments on commit 27fdc1f

Please sign in to comment.