Skip to content

Commit

Permalink
Re-add compatibility bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed May 15, 2019
1 parent 38c4b3a commit 8cc1372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jl.cov
*.jl.mem
*~
*~
/Manifest.toml
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DSP = "0.5.2"
FFTW = "0.2.4"
SpecialFunctions = "0.7.2"
julia = "1"

0 comments on commit 8cc1372

Please sign in to comment.