Revision 0257f23903faaad28a3efa9fa9309094a1e01c44 authored by Tobias Knopp on 24 March 2022, 08:17:11 UTC, committed by Tobias Knopp on 24 March 2022, 08:17:11 UTC
1 parent 66d6335
Raw File
Project.toml
name = "NFFT"
uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d"
authors = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.12.1"

[deps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
#StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
AbstractNFFTs = "0.7"
DataFrames = "1.3.1"
FFTW = "0.2, 1"
FLoops = "0.2"
Graphics = "0.4, 1.0"
Reexport = "1.0"
SpecialFunctions = "0.8, 0.10, 1, 2"
julia = "1.6"
FINUFFT = "3.0.1"
#StaticArrays = "1.4"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CuNFFT = "a9291f20-7f4c-4d50-b30d-4e07b13252e1"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FINUFFT = "d8beea63-0952-562e-9c6a-8e8ef7364055"
NFFT3 = "53104703-03e8-40a5-ab01-812303a44cae"
NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "BenchmarkTools", "FINUFFT", "NFFT3", "NFFTTools", "CuNFFT", "DataFrames"]  # "NFFTTools"  "CuNFFT"
back to top