-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
45 lines (41 loc) · 1.35 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
name = "NumCME"
uuid = "1785c143-4357-4f1f-be49-5c4bc10f803a"
authors = ["Huy D. Vo <[email protected]> and contributors"]
version = "0.1.4"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ReusePatterns = "a39b5e78-89b5-562b-97d8-70689129df0c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
julia = "1.9"
BenchmarkTools = "1"
Catalyst = "13"
DataStructures = "0.18"
DifferentialEquations = "7,8"
DocStringExtensions = "0.9"
ForwardDiff = "0.10,1"
LinearAlgebra = "1"
ModelingToolkit = "8"
Printf = "1"
ReusePatterns = "0.3"
SciMLBase = "1,2"
SparseArrays = "1"
StaticArrays = "1.6,2"
Sundials = "4"
Symbolics = "5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]