forked from BradyPlanden/LiiBRA.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
27 lines (25 loc) · 828 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name = "LiiBRA"
uuid = "a5b28938-1935-4481-b801-30e5c8ed4e83"
authors = ["Brady Planden <[email protected]>"]
version = "0.3.4"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnitSystems = "3a241a3c-2137-41aa-af5e-1388e404ca09"
[compat]
FFTW = "1.4"
Interpolations = "0.13, 0.14, 0.15"
JLD2 = "0.4"
Parameters = "0.12"
Roots = "1.3, 2"
Statistics = "1"
TSVD = "0.4"
UnitSystems = "0.3"
julia = "1.7, 1.8, 1.9, 1.10"