Skip to content

Commit e6e1612

Browse files
committed
enforce latest SI version
1 parent 295678d commit e6e1612

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Reexport = "0.2, 1.0"
5454
Requires = "1.0"
5555
RuntimeGeneratedFunctions = "0.5.12"
5656
Setfield = "1"
57-
StructuralIdentifiability = "0.5.1"
57+
StructuralIdentifiability = "0.5.8"
5858
Symbolics = "5.27"
5959
TermInterface = "0.4.1"
6060
Unitful = "1.12.4"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ SpecialFunctions = "2.4"
6868
StaticArrays = "1.9"
6969
SteadyStateDiffEq = "2.2"
7070
StochasticDiffEq = "6.65"
71-
StructuralIdentifiability = "0.5.7"
71+
StructuralIdentifiability = "0.5.8"
7272
Symbolics = "5.28"

src/Catalyst.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import Graphs: DiGraph, SimpleGraph, SimpleDiGraph, vertices, edges, add_vertice
4444
import DataStructures: OrderedDict, OrderedSet
4545
import Parameters: @with_kw_noshow
4646
import Symbolics: occursin, wrap
47+
import Symbolics.RewriteHelpers: hasnode, replacenode
4748

4849
# globals for the modulate
4950
function default_time_deriv()

0 commit comments

Comments
 (0)