Skip to content

Commit add3332

Browse files
authored
Merge pull request #15 from iss2g/deps/expand-dsp-compat-bounds
Expand DSP.jl compat bounds to support v0.7 to v0.8
2 parents 9aa2449 + a9ecd89 commit add3332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DigitalComm"
22
uuid = "a7b11256-881b-11e9-3aff-ff4a76f1bfae"
33
authors = ["Robin Gerzaguet <[email protected]> and contributors"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
@@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414

1515
[compat]
1616
Parameters = "0.12"
17-
DSP = "0.7"
17+
DSP = ">=0.7, <0.9"
1818
FFTW = "1.4.5"
1919
SpecialFunctions = "2.0"
2020
julia = "1.6"

0 commit comments

Comments
 (0)