Skip to content

Commit

Permalink
remove term interface, update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jun 8, 2024
1 parent acdfca1 commit 94d57a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[weakdeps]
Expand All @@ -38,8 +37,8 @@ CatalystStructuralIdentifiabilityExtension = "StructuralIdentifiability"

[compat]
BifurcationKit = "0.3"
DataStructures = "0.18"
Combinatorics = "1.0.2"
DataStructures = "0.18"
DiffEqBase = "6.83.0"
DocStringExtensions = "0.8, 0.9"
DynamicPolynomials = "0.5"
Expand All @@ -50,15 +49,14 @@ JumpProcesses = "9.3.2"
LaTeXStrings = "1.3.0"
Latexify = "0.14, 0.15, 0.16"
MacroTools = "0.5.5"
ModelingToolkit = "9.11.0"
ModelingToolkit = "9.16.0"
Parameters = "0.12"
Reexport = "0.2, 1.0"
Requires = "1.0"
RuntimeGeneratedFunctions = "0.5.12"
Setfield = "1"
StructuralIdentifiability = "0.5.8"
Symbolics = "5.27"
TermInterface = "0.4.1"
Symbolics = "5.30.1"
Unitful = "1.12.4"
julia = "1.10"

Expand Down
2 changes: 1 addition & 1 deletion ext/CatalystHomotopyContinuationExtension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ModelingToolkit as MT
import HomotopyContinuation as HC
import Setfield: @set
import Symbolics: unwrap, wrap, Rewriters, symtype, issym
using TermInterface: iscall
using Symbolics: iscall

# Creates and exports hc_steady_states function.
include("CatalystHomotopyContinuationExtension/homotopy_continuation_extension.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/Catalyst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using RuntimeGeneratedFunctions
RuntimeGeneratedFunctions.init(@__MODULE__)

import Symbolics: BasicSymbolic
using TermInterface: iscall
using Symbolics: iscall
using ModelingToolkit: Symbolic, value, get_unknowns, get_ps, get_iv, get_systems,
get_eqs, get_defaults, toparam, get_var_to_name, get_observed,
getvar
Expand Down
2 changes: 1 addition & 1 deletion test/dsl/dsl_basic_model_construction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using DiffEqBase, Catalyst, Random, Test
using ModelingToolkit: operation, get_unknowns, get_ps, get_eqs, get_systems,
get_iv, nameof
using TermInterface: iscall
using Symbolics: iscall

# Sets stable rng number.
using StableRNGs
Expand Down

0 comments on commit 94d57a0

Please sign in to comment.