Skip to content

Commit ba04751

Browse files
Merge pull request #2800 from SciML/ChrisRackauckas-patch-5
Remove componentarrays
2 parents cb15b2f + 360999c commit ba04751

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
88
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
99
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
1010
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
11-
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
1211
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
1312
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1413
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -68,7 +67,6 @@ ArrayInterface = "6, 7"
6867
BifurcationKit = "0.3"
6968
Combinatorics = "1"
7069
Compat = "3.42, 4"
71-
ComponentArrays = "0.15"
7270
ConstructionBase = "1"
7371
DataStructures = "0.17, 0.18"
7472
DeepDiffs = "1"

src/ModelingToolkit.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ using DiffEqCallbacks
2222
using Graphs
2323
import ExprTools: splitdef, combinedef
2424
import OrderedCollections
25-
import ComponentArrays
2625

2726
using SymbolicIndexingInterface
2827
using LinearAlgebra, SparseArrays, LabelledArrays

0 commit comments

Comments
 (0)