Skip to content

Commit

Permalink
Update arraymancer dependency version
Browse files Browse the repository at this point in the history
Also update the description a little.
  • Loading branch information
AngelEzquerra committed May 26, 2024
1 parent 769b4d1 commit febc2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impulse.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

version = "0.1.1"
author = "SciNim"
description = "Signal processing primitives (FFT, ...)"
description = "Signal processing primitives (FFT, filtering, ...)"
license = "MIT"


# Dependencies

requires "nim >= 1.6.0"
requires "arraymancer >= 0.7.28"
requires "arraymancer >= 0.7.30"

task test, "Run standard tests":
exec "nim c -r tests/test_fft.nim"
Expand Down

0 comments on commit febc2d1

Please sign in to comment.