Skip to content

Commit bc67402

Browse files
committed
Remove unnecessary packages, update packages, and use SciMLBase instead of DiffEqBase
1 parent 206d603 commit bc67402

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

Project.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ authors = ["Matt Johnson <mjohnson541@gmail.com>"]
44
version = "0.4.0"
55

66
[deps]
7-
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
87
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
98
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
109
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
11-
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1210
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
1311
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1412
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -27,6 +25,7 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
2725
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
2826
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2927
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
28+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3029
SmoothingSplines = "102930c3-cf33-599f-b3b1-9a29a5acab30"
3130
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3231
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
@@ -41,29 +40,28 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
4140
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4241

4342
[compat]
44-
CSV = "0.7,0.8"
4543
Calculus = "0.4,0.5"
4644
Colors = "0.11,0.12"
4745
Conda = "1"
48-
DiffEqBase = "6"
4946
DiffEqSensitivity = "6"
5047
ForwardDiff = "0.10"
51-
Images = "0.23"
48+
Images = "0.24"
5249
IncompleteLU = "0.2.0"
5350
IterTools = "1.3.0"
5451
LsqFit = "0.12"
55-
ModelingToolkit = "3"
56-
OrdinaryDiffEq = "5"
52+
ModelingToolkit = "8"
53+
OrdinaryDiffEq = "6"
5754
Parameters = "0.12"
5855
PreallocationTools = "0"
5956
PyCall = "1"
6057
PyPlot = "2"
6158
QuartzImageIO = "0.7"
6259
RecursiveArrayTools = "2.17"
6360
ReverseDiff = "1.9"
64-
SmoothingSplines = "0.2.1"
65-
SpecialFunctions = "0.10"
66-
StaticArrays = "0.12"
61+
SciMLBase = "1"
62+
SmoothingSplines = "0.3"
63+
SpecialFunctions = "1"
64+
StaticArrays = "1"
6765
Sundials = "4"
6866
Symbolics = "4"
6967
Tracker = "0.2"

0 commit comments

Comments
 (0)