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 0c5e9ab commit 98948e6Copy full SHA for 98948e6
Project.toml
@@ -1,7 +1,7 @@
1
name = "ModelTesting"
2
uuid = "726cd793-0c59-4a7a-97d2-1baad301d093"
3
authors = ["Ben Chung <benjamin.chung@juliahub.com> and contributors"]
4
-version = "1.0.8-DEV"
+version = "0.1.0"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -15,6 +15,11 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
15
[compat]
16
SymbolicIndexingInterface = "^0.3.15"
17
julia = "1.10"
18
+CSV = "^0.10"
19
+DataFrames = "^1.6"
20
+ModelingToolkit = "8,9"
21
+SciMLBase = "^2.31"
22
+StatsBase = "^0.34"
23
24
[extras]
25
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
0 commit comments