Skip to content

Commit ae0da21

Browse files
Merge pull request #1450 from oscardssmith/move-cycles
remove compat incremental_cycles
2 parents debb50c + 4a03695 commit ae0da21

File tree

3 files changed

+1
-232
lines changed

3 files changed

+1
-232
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ DiffRules = "0.1, 1.0"
5555
Distributions = "0.23, 0.24, 0.25"
5656
DocStringExtensions = "0.7, 0.8"
5757
DomainSets = "0.5"
58-
Graphs = "1.4"
58+
Graphs = "1.5.2"
5959
IfElse = "0.1"
6060
JuliaFormatter = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
6161
LabelledArrays = "1.3"

src/ModelingToolkit.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ include("domains.jl")
118118

119119
# Code that should eventually go elsewhere, but is here for fow
120120
include("structural_transformation/bareiss.jl")
121-
if !isdefined(Graphs, :IncrementalCycleTracker)
122-
include("compat/incremental_cycles.jl")
123-
end
124121

125122
include("systems/abstractsystem.jl")
126123
include("systems/connectors.jl")

src/compat/incremental_cycles.jl

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)