Skip to content

Commit

Permalink
Update CatalystStructuralIdentifiabilityExtension.jl to 1.11.3 requir…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
TorkelE authored Jan 22, 2025
1 parent 04ba45d commit 84ce6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/CatalystStructuralIdentifiabilityExtension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ using Catalyst
import DataStructures.OrderedDict
import StructuralIdentifiability as SI

@static if VERSION < v"1.11.2"
@static if VERSION < v"1.11.3"
@warn "CatalystStructuralIdentifiabilityExtension.jl is only tested with Julia v1.11.2 or later due to https://github.com/SciML/StructuralIdentifiability.jl/issues/360. Its use is not recommended on earlier Julia versions."
end

# Creates and exports make_si_ode function.
include("CatalystStructuralIdentifiabilityExtension/structural_identifiability_extension.jl")

end
end

0 comments on commit 84ce6e8

Please sign in to comment.