-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
56 lines (50 loc) · 1.73 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name = "FractionalDiffEq"
uuid = "c7492dd8-6170-483b-af64-cefb6c377d9a"
authors = ["Qingyu Qu <[email protected]>"]
version = "0.5.0"
[deps]
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SpecialMatrices = "928aab9d-ef52-54ac-8ca1-acd7ca42c160"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
[weakdeps]
FdeSolver = "1746e360-1058-44a5-9855-ddd460437d0c"
[extensions]
FractionalDiffEqFdeSolverExt = "FdeSolver"
[compat]
ConcreteStructs = "0.2.2"
DiffEqBase = "6.156"
FastClosures = "0.3.2"
FdeSolver = "1.0.9"
FFTW = "1.8.0"
ForwardDiff = "0.10.36"
HypergeometricFunctions = "0.3.23"
InvertedIndices = "1.3"
Polynomials = "3, 4"
RecipesBase = "1.3.4"
RecursiveArrayTools = "3.27"
Reexport = "1.2.2"
SciMLBase = "2.55"
SparseArrays = "1.10"
SpecialFunctions = "2.3.1"
SpecialMatrices = "3"
ToeplitzMatrices = "0.8.3"
julia = "1.10"
[extras]
FdeSolver = "1746e360-1058-44a5-9855-ddd460437d0c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["FdeSolver", "Test"]