-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 1.08 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 = "HclinicBifurcationKit"
uuid = "0e751702-a6d5-4e4e-bf0f-194619fbec56"
authors = ["romain veltz <romain.veltz@inria.fr>"]
version = "0.1.1"
[deps]
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
[compat]
BifurcationKit = "^0.3.6"
DocStringExtensions = "0.9"
ForwardDiff = "^0.10"
Parameters = "^0.12"
RecursiveArrayTools = "^2.3, ^2.4, ^2.8, ^2.9, ^3"
SciMLBase = "^1, ^2"
Setfield = "0.5.0, 0.7.0, 0.8.0, ^1.1"
julia = "1.5"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ForwardDiff", "OrdinaryDiffEq", "Random"]