-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
33 lines (29 loc) · 1.15 KB
/
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
28
29
30
31
32
33
name = "FdeSolver"
uuid = "1746e360-1058-44a5-9855-ddd460437d0c"
authors = ["Moein Khalighi", "Giulio Benedetti", "Leo Lahti"]
version = "1.0.9"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
FFTW = "1.2"
SpecialFunctions = "1, 2"
julia = "^1"
[extras]
MittagLeffler = "9c257583-4f8f-53fd-abd9-c69d5080dd54"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[targets]
examples = ["Plots", "MittagLeffler"]
test = ["Test", "SafeTestsets", "Statistics"]
docs = ["Plots", "SpecialFunctions", "CSV","HTTP","DataFrames","Dates","StatsBase", "Optim","StatsPlots"]