-
Notifications
You must be signed in to change notification settings - Fork 39
/
Project.toml
76 lines (70 loc) · 2.72 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name = "BifurcationKit"
uuid = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
authors = ["Romain Veltz <[email protected]>"]
version = "0.4.4"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
MakieExt = "Makie"
JLD2Ext = "JLD2"
PlotsExt = ["Plots", "RecipesBase"]
[compat]
Accessors = "0.1"
ArnoldiMethod = "0.0.4, 0.1, 0.2, 0.3, 0.4"
Arpack = "=0.5.3"
BlockArrays = "0.14, 0.15, ^0.16, ^1.0, ^1.1"
DataStructures = "0.17, 0.18"
DocStringExtensions = "^0.8, ^0.9"
FastGaussQuadrature = "^0.4, ^0.5, 1"
ForwardDiff = "^0.10"
Makie = "^0.21"
IterativeSolvers = "0.8.4, 0.8.5, ^0.9"
JLD2 = "0.4, 0.5"
KrylovKit = "^0.7, ^0.8.2"
LinearMaps = "2.7, ^3.0"
OrdinaryDiffEq = "^6.33"
Parameters = "0.12.3"
Plots = "1"
PreallocationTools = "0.4.1"
RecipesBase = "1.0, 1.1, 1.3"
RecursiveArrayTools = "^2.3, ^2.4, ^2.8, ^2.9, ^3"
Reexport = "1.2.2"
SciMLBase = "^1, ^2"
StructArrays = "0.4, ^0.6"
julia = "1.9"
[extras]
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Test", "ForwardDiff", "OrdinaryDiffEq", "Random", "AbstractDifferentiation", "Zygote", "SciMLSensitivity", "ComponentArrays"]