Skip to content

Commit 733bb22

Browse files
author
Gaika
authored
Merge pull request #237 from fredrikekre/fe/bounds
Re-add compatibility bounds.
2 parents 38c4b3a + 8cc1372 commit 733bb22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.mem
3-
*~
3+
*~
4+
/Manifest.toml

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1414
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[compat]
18+
DSP = "0.5.2"
19+
FFTW = "0.2.4"
20+
SpecialFunctions = "0.7.2"
21+
julia = "1"

0 commit comments

Comments
 (0)