Skip to content

Commit

Permalink
Fix remaining issues
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Jul 17, 2024
1 parent 7609135 commit 2fef2d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ MathML = "abcecc63-2b08-419c-80c4-c63dca6fa478"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"

[compat]
Aqua = "0.8"
Expand All @@ -19,6 +20,7 @@ ModelingToolkit = "9"
OrdinaryDiffEq = "6.56"
SafeTestsets = "0.1"
Setfield = "1"
SymbolicUtils = "1.2, 2"
Test = "1.10"
julia = "1.10"

Expand Down
3 changes: 2 additions & 1 deletion src/CellMLToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module CellMLToolkit
using EzXML: EzXML, elements, namespace, nodecontent, parentnode, readxml, root
using MathML: extract_mathml, parse_node
using Memoize: @memoize
using ModelingToolkit: @parameters, @variables, Differential,
using SymbolicUtils: operation
using ModelingToolkit: ModelingToolkit, @parameters, @variables, Differential,
Equation, ODEProblem, ODESystem,
Symbolics, equations, parameters, structural_simplify,
substitute, unknowns
Expand Down

0 comments on commit 2fef2d7

Please sign in to comment.