Skip to content

Commit 15257f3

Browse files
authored
Merge pull request #29 from isaacsas/update-mt-and-catalyst
update to latest MT and Catalyst
2 parents bef5f68 + 4c63b77 commit 15257f3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ReactionNetworkImporters"
22
uuid = "b4db0fb7-de2a-5028-82bf-5021f5cfa881"
33
authors = ["Samuel Isaacson <[email protected]>"]
4-
version = "0.3.0"
4+
version = "0.4.0"
55

66
[deps]
77
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
@@ -11,9 +11,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1212

1313
[compat]
14-
Catalyst = "6.0.0"
14+
Catalyst = "6.3"
1515
DataStructures = "0.18"
16-
ModelingToolkit = "4.0.6"
16+
ModelingToolkit = "4.4"
1717
SymbolicUtils = "0.6"
1818
julia = "1.3"
1919

examples/test_bcr_odes.jl

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ using TimerOutputs
77

88
# parameters
99
doplot = false
10-
networkname = "testbcrbng"
1110
tf = 10000.
1211
build_jac = false
1312
sparse_jac = false

0 commit comments

Comments
 (0)