-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathProject.toml
More file actions
64 lines (58 loc) · 2.05 KB
/
Copy pathProject.toml
File metadata and controls
64 lines (58 loc) · 2.05 KB
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
57
58
59
60
61
62
63
64
name = "RationalFunctionApproximation"
uuid = "c92886a3-cb30-4e18-b84f-372dde475ecc"
version = "0.4.1"
authors = ["Toby Driscoll <driscoll@udel.edu> and contributors"]
[deps]
ArnoldiVandermonde = "dfb2314e-7b44-493c-847d-ffb1b242c444"
ComplexRegions = "c64915e2-6c82-11e9-38e9-1f159a780463"
ComplexValues = "41a84b80-6cf2-11e9-379d-9df124847946"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyFormattedStrings = "5f89f4a4-a228-4886-b223-c468a82ed5b9"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extensions]
RFAForwardDiffExt = "ForwardDiff"
RFAMakieExt = "Makie"
RFAPlotsExt = "Plots"
RFAPythonCallExt = "PythonCall"
RFAZygoteExt = "Zygote"
[compat]
ArnoldiVandermonde = "0.1.0"
ComplexRegions = "0.3.9, 0.4"
ComplexValues = "0.3"
ForwardDiff = "1"
GenericLinearAlgebra = "0.3, 0.4"
GenericSchur = "0.5"
IntervalSets = "0.7"
Logging = "1"
Makie = "0.24"
Plots = "1"
PrecompileTools = "1"
Printf = "1"
PyFormattedStrings = "0.1"
PythonCall = "0.9"
Statistics = "1"
Zygote = "0.7.10"
julia = "1"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ComplexRegions = "c64915e2-6c82-11e9-38e9-1f159a780463"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReTest = "e0db7c4e-2690-44b9-bad6-7687da720f89"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
docs = ["CairoMakie"]
test = ["Test", "ReTest", "LinearAlgebra", "ComplexRegions", "DoubleFloats", "IntervalSets"]