Skip to content

Commit 6787b58

Browse files
committed
adds compat bounds for missing deps
1 parent c917669 commit 6787b58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
2323
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2424

2525
[compat]
26+
AbstractFFTs = "^0.5.0"
2627
CUDAapi = "^2"
2728
CuArrays = "^1.6.0"
2829
FFTW = "<1.2"
2930
Interpolations = "^0.12.0"
3031
JLD2 = "^0.1.2"
32+
Reexport = "^0.2.0"
33+
Requires = "^1"
3134
julia = "^1.0.0"
3235

3336
[extras]

0 commit comments

Comments
 (0)