File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " SBMLToolkit"
2
2
uuid = " 86080e66-c8ac-44c2-a1a0-9adaadfe4a4e"
3
3
authors = [" paulflang" , " anandijain" ]
4
- version = " 0.1.2 "
4
+ version = " 0.1.3 "
5
5
6
6
[deps ]
7
7
Catalyst = " 479239e8-5488-4da2-87a7-35f2df7eef83"
@@ -14,7 +14,7 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
14
14
Catalyst = " 6"
15
15
MathML = " 0.1.7"
16
16
ModelingToolkit = " 5"
17
- SBML = " 0.5. 6"
17
+ SBML = " 0.6"
18
18
SymbolicUtils = " 0.1 - 0.13"
19
19
julia = " 1.6"
20
20
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SBMLToolkit.jl is available on the Julia package managing system. To install SBM
17
17
```
18
18
19
19
## Tutorial
20
- SBML models can be simulated with the following steps:
20
+ SBML models can be simulated with the following steps (note that ` sol ` is in absolute quantities rather than concentrations) :
21
21
``` julia
22
22
using SBMLToolkit, ModelingToolkit
23
23
You can’t perform that action at this time.
0 commit comments