Skip to content

Commit 5738a51

Browse files
committed
heta-compiler v updated
1 parent b7b7218 commit 5738a51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Distributions = "0.25"
3333
LabelledArrays = "1.6.1"
3434
NLopt = "0.6"
3535
NaNMath = "1"
36-
NodeJS = "1"
36+
NodeJS = "2"
3737
OrdinaryDiffEq = "6"
3838
ProgressMeter = "1"
3939
RecipesBase = "1"

src/HetaSimulator.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module HetaSimulator
22

33
# heta-compiler supported version
4-
const HETA_COMPILER_SUPPORTED = "0.6.16"
5-
const SUPPORTED_VERSIONS = ["0.6.16"]
4+
const HETA_COMPILER_SUPPORTED = "0.7.1"
5+
const SUPPORTED_VERSIONS = ["0.6.16", "0.7.1"]
66

77
using DiffEqBase: isempty
88
using Reexport

0 commit comments

Comments
 (0)