forked from MarcBerliner/PETLION.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
47 lines (43 loc) · 1.43 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
name = "PETLION"
uuid = "5e0a28e4-193c-47fa-bbb8-9c901cc1ac2c"
authors = ["Marc D. Berliner", "Richard D. Braatz"]
version = "0.2.3"
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
BSON = "0.3"
Dierckx = "0.5"
GeneralizedGenerated = "0.3"
IfElse = "0.1.0"
KLU = "0.2"
PkgVersion = "0.1"
RecipesBase = "1"
RecursiveArrayTools = "2"
SciMLBase = "1"
SparseDiffTools = "1"
SpecialFunctions = "1"
StatsBase = "0.3 - 0.33"
Sundials = "4"
Symbolics = "0.1, 1, 2, 3"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]