We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b7218 commit 5738a51Copy full SHA for 5738a51
Project.toml
@@ -33,7 +33,7 @@ Distributions = "0.25"
33
LabelledArrays = "1.6.1"
34
NLopt = "0.6"
35
NaNMath = "1"
36
-NodeJS = "1"
+NodeJS = "2"
37
OrdinaryDiffEq = "6"
38
ProgressMeter = "1"
39
RecipesBase = "1"
src/HetaSimulator.jl
@@ -1,8 +1,8 @@
1
module HetaSimulator
2
3
# heta-compiler supported version
4
- const HETA_COMPILER_SUPPORTED = "0.6.16"
5
- const SUPPORTED_VERSIONS = ["0.6.16"]
+ const HETA_COMPILER_SUPPORTED = "0.7.1"
+ const SUPPORTED_VERSIONS = ["0.6.16", "0.7.1"]
6
7
using DiffEqBase: isempty
8
using Reexport
0 commit comments