forked from jonschlipf/RigorousCoupledWaveAnalysis.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 652 Bytes
/
Copy pathProject.toml
File metadata and controls
26 lines (22 loc) · 652 Bytes
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
name = "RigorousCoupledWaveAnalysis"
uuid = "c8f76c1c-e1da-11e9-2f58-db462fa08db6"
authors = ["jonschlipf <schlipf.jon@gmx.net>"]
version = "1.0.2"
[compat]
CSV="0.8"
DataFrames="0.22"
FFTW="1"
Interpolations="0.13"
SpecialFunctions="1"
julia="1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]