-
Notifications
You must be signed in to change notification settings - Fork 9
/
Project.toml
32 lines (30 loc) · 1.11 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
name = "RHEOS"
uuid = "728860ae-c896-11e8-0b91-0f38ecad5046"
authors = ["J Louis Kaplan <jonathanlouiskaplan@outlook.com>", "Alessandra Bonfanti <bonfantiale.ab@gmail.com>", "Alexandre Kabla <ajk61@cam.ac.uk>"]
version = "0.9.5"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
InverseLaplace = "e24f45a5-4790-5a38-8b2c-33d770a4e70f"
MittagLeffler = "9c257583-4f8f-53fd-abd9-c69d5080dd54"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
DSP = "0.7"
DelimitedFiles = "1.8"
Dierckx = "0.5"
Documenter = "0.27"
FunctionWrappers = "1.1"
ImageFiltering = "0.7"
InverseLaplace = "0.3"
MittagLeffler = "0.2"
NLopt = "0.6"
SpecialFunctions = "0.10,1.5"
julia = "1.10"