Skip to content

Commit

Permalink
Add compat for FFTW (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoerenm authored Dec 4, 2022
1 parent ffc517d commit be11417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DocStringExtensions = "0.6, 0.7, 0.8"
LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
StaticArrays = "1.0"
FFTW = "1.0"
julia = "1.7"

[extras]
Expand Down

2 comments on commit be11417

@zsoerenm
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 updated: JuliaRegistries/General/73448

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" be1141704dd6f9f53468533268c3cd156dbffa81
git push origin v0.1.2

Please sign in to comment.