Skip to content

Commit

Permalink
Correct FFTW compat
Browse files Browse the repository at this point in the history
  • Loading branch information
RGerzaguet authored Oct 17, 2019
1 parent be60d19 commit 71b33e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
DSP = "0.5"
DSP = "0.5"
SpecialFunctions = "0.8"
Parameters = "0.12"
FFTW = "1"
FFTW = "≥ 1.0.1"

2 comments on commit 71b33e1

@RGerzaguet
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4461

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 71b33e1e19ee41432d2dcb2cb6d9db36886f80db
git push origin v1.0.0

Please sign in to comment.