Skip to content

Commit

Permalink
Add compat entries & update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChung committed Jun 12, 2024
1 parent 0c5e9ab commit 98948e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModelTesting"
uuid = "726cd793-0c59-4a7a-97d2-1baad301d093"
authors = ["Ben Chung <benjamin.chung@juliahub.com> and contributors"]
version = "1.0.8-DEV"
version = "0.1.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -15,6 +15,11 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[compat]
SymbolicIndexingInterface = "^0.3.15"
julia = "1.10"
CSV = "^0.10"
DataFrames = "^1.6"
ModelingToolkit = "8,9"
SciMLBase = "^2.31"
StatsBase = "^0.34"

[extras]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Expand Down

0 comments on commit 98948e6

Please sign in to comment.