Skip to content

Commit 206d603

Browse files
committed
Add PreallocationTools and Symbolics
1 parent f706e6b commit 206d603

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
2121
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2222
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2323
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
24+
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
2425
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
2526
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
2627
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
@@ -32,6 +33,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3233
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3334
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3435
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
36+
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
3537
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3638
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
3739
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
@@ -53,6 +55,7 @@ LsqFit = "0.12"
5355
ModelingToolkit = "3"
5456
OrdinaryDiffEq = "5"
5557
Parameters = "0.12"
58+
PreallocationTools = "0"
5659
PyCall = "1"
5760
PyPlot = "2"
5861
QuartzImageIO = "0.7"
@@ -62,6 +65,7 @@ SmoothingSplines = "0.2.1"
6265
SpecialFunctions = "0.10"
6366
StaticArrays = "0.12"
6467
Sundials = "4"
68+
Symbolics = "4"
6569
Tracker = "0.2"
6670
Unitful = "1.3.0"
6771
YAML = "0.4"

0 commit comments

Comments
 (0)