-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
49 lines (45 loc) · 1.58 KB
/
Project.toml
File metadata and controls
49 lines (45 loc) · 1.58 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
name = "DynamicBoundspODEsDiscrete"
uuid = "1c7daff2-9b32-4762-838b-ee2b1e32ee26"
authors = ["Matthew Wilhelm <matthew.wilhelm@uconn.edu>"]
version = "0.3"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
DynamicBoundsBase = "890bb398-7f8e-4565-ac8e-279ab2833f68"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
McCormick = "53c679d3-6890-5091-8386-c291e8c8aaa1"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
DataStructures = "~0.17, ~0.18"
DiffEqBase = "~5, ~6"
DiffEqSensitivity = "~6"
DiffResults = "~1.0"
DocStringExtensions = "~0.8"
DynamicBoundsBase = "0.7.1"
ElasticArrays = "~1"
ForwardDiff = "0.10.25"
McCormick = "0.13.2"
OrdinaryDiffEq = "~6"
Polynomials = "~1.2"
Requires = "1.0"
Reexport = "~1"
StaticArrays = "~1"
Sundials = "~3, ~4"
UnPack = "~1"
julia = "~1.6, ~1.7, ~1.8"
[extras]
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["TaylorSeries", "Test"]