Skip to content

Commit

Permalink
Merge pull request #535 from JuliaDSP/vs/compat
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
ViralBShah authored Feb 6, 2024
2 parents f3622eb + acb1b2f commit 2855b3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Compat = "3.14, 4.1"
Compat = "4.1"
DelimitedFiles = "1.6"
FFTW = "1.8"
IterTools = "1"
IterTools = "1.4"
LinearAlgebra = "1.6"
OffsetArrays = "1"
Polynomials = "4"
Random = "1.6"
Reexport = "0.2, 1.0"
Reexport = "1.0"
SpecialFunctions = "2.0"
Statistics = "1"
Statistics = "1.6"
Test = "1.6"
julia = "1.6"

Expand Down

0 comments on commit 2855b3e

Please sign in to comment.