Skip to content

Commit

Permalink
Add compat for Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Oct 20, 2021
1 parent fdaab5c commit eac4335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ StructuredArrays = "2e8cd123-6858-488d-b42d-068777248635"
ZippedArrays = "8051824b-fc5e-4603-89c4-0e6ea551cb88"

[compat]
julia = "1"
AbstractFFTs = "0.4, 0.5, 1"
ArrayTools = "0.2"
FFTW = "0.3, 1"
MayOptimize = "0.2"
Requires = "1.1"
StructuredArrays = "0.2"
ZippedArrays = "0.1"
julia = "1"

[extras]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand Down

0 comments on commit eac4335

Please sign in to comment.