diff --git a/Project.toml b/Project.toml index a07ce41..ed1bfe3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DigitalComm" uuid = "a7b11256-881b-11e9-3aff-ff4a76f1bfae" authors = ["Robin Gerzaguet and contributors"] -version = "1.2.0" +version = "1.2.1" [deps] DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2" @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] Parameters = "0.12" -DSP = "0.7" +DSP = ">=0.7, <0.9" FFTW = "1.4.5" SpecialFunctions = "2.0" julia = "1.6"