Skip to content

Commit 2d3ef20

Browse files
Backport bump compat for "SpecialFunctions" to "1.0" to 0.6 (#389)
* CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#388) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 478c572) * Bump version to 0.6.9 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b41cf8 commit 2d3ef20

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.6.8"
3+
version = "0.6.9"
44

55
[deps]
66
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
@@ -18,7 +18,7 @@ IterTools = "1"
1818
OffsetArrays = "0.11, 1"
1919
Polynomials = "1.0"
2020
Reexport = "0.2"
21-
SpecialFunctions = "0.8, 0.9, 0.10"
21+
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
2222
julia = "1"
2323

2424
[extras]

0 commit comments

Comments
 (0)