Skip to content

Commit 3e3524f

Browse files
authored
Update Polynomials compat to include v4 (#507)
* Update Polynomials compat to v4 * Bump version to 0.7.9
1 parent 90fe256 commit 3e3524f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DSP"
22
uuid = "717857b8-e6f2-59f4-9121-6e50c889abd2"
3-
version = "0.7.8"
3+
version = "0.7.9"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -18,7 +18,7 @@ Compat = "3.14, 4.1"
1818
FFTW = "1.1"
1919
IterTools = "1"
2020
OffsetArrays = "0.11, 1"
21-
Polynomials = "2, 3.0"
21+
Polynomials = "2, 3.0, 4"
2222
Reexport = "0.2, 1.0"
2323
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2.0"
2424
julia = "1"

0 commit comments

Comments
 (0)